Interface | Description |
---|---|
FilePathRepresentationFactory | Implements the abstract factory pattern. |
FileRepresentation | This is an interface to work with data as a file/folder. |
FileRepresentationFilter | |
PathRepresentation |
Class | Description |
---|---|
DiskFilePathRepresentationFactory | One of the implementations of FilePathRepresentationFactory. |
DiskFileRepresentation | This is implementation represents a java.io.File object as a FileRepresentation object. |
DiskPathRepresentation | This is implementation represents a java.nio.file.Path object as a FileRepresentation object. |