| Interface | Description |
|---|---|
| DirectoryEntry |
Marker interface for a directory entry.
|
| Entry |
An entry in the repository.
|
| FileEntry |
An
Entry that corresponds to a file. |
| FileSystem |
A repository is just a type of file system.
|
| Class | Description |
|---|---|
| AbstractEntry |
Abstract implementation of
Entry. |
| BaseFileEntry |
Base implementation of
FileEntry that all implementations should extend from. |
| BaseFileSystem |
Base implementation of
FileSystem that all implementations should extend from. |
| DefaultDirectoryEntry |
Default implementation of
DirectoryEntry. |
Copyright © 2009–2022 MojoHaus. All rights reserved.