Interface NamedFileSet

All Known Implementing Classes:
NamedFileSetImpl

public interface NamedFileSet
A set of files with names. Files are represented by their paths and names can be arbitrary strings, for example the actual file name (last part of the path) or a pre-defined name that is unrelated to the path.
  • Method Details

    • names

      Set<String> names()
      Returns:
      the names of files contained in this set
    • files

      Set<Path> files()
      Returns:
      the paths to files contained in this set
    • namedFiles

      Map<String,Path> namedFiles()
      Returns:
      a map from file names to file paths