| Package | Description |
|---|---|
| org.codehaus.mojo.mrm.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectoryEntry
Marker interface for a directory entry.
|
interface |
FileEntry
An
Entry that corresponds to a file. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntry
Abstract implementation of
Entry. |
class |
BaseFileEntry
Base implementation of
FileEntry that all implementations should extend from. |
class |
DefaultDirectoryEntry
Default implementation of
DirectoryEntry. |
| Modifier and Type | Method and Description |
|---|---|
protected Entry |
BaseFileSystem.get(DirectoryEntry parent,
String name)
Gets the named entry in the specified directory.
|
Entry |
BaseFileSystem.get(String path)
Returns the entry at the specified path.
|
Entry |
FileSystem.get(String path)
Returns the entry at the specified path.
|
Entry[] |
FileSystem.listEntries(DirectoryEntry directory)
Lists the entries in the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFileSystem.remove(Entry entry)
Removes the specified entry (and if the entry is a directory, all its children).
|
void |
FileSystem.remove(Entry entry)
Removes the specified entry (and if the entry is a directory, all its children).
|
Copyright © 2009–2022 MojoHaus. All rights reserved.