| 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. |
| DiskPathRepresentation | This is implementation represents a java.nio.file.Path object as a FileRepresentation object. |