Package io.camunda.zeebe.backup.api
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 Summary
-
Method Details
-
names
- Returns:
- the names of files contained in this set
-
files
- Returns:
- the paths to files contained in this set
-
namedFiles
- Returns:
- a map from file names to file paths
-