| Package | Description |
|---|---|
| org.codehaus.mojo.mrm.api | |
| org.codehaus.mojo.mrm.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFileSystem
Base implementation of
FileSystem that all implementations should extend from. |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
Entry.getFileSystem()
Returns the repository that this entry belongs to.
|
FileSystem |
AbstractEntry.getFileSystem()
Returns the repository that this entry belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryEntry |
DefaultDirectoryEntry.equivalent(FileSystem target,
DirectoryEntry directory)
Creates a
DefaultDirectoryEntry that is equivalent to the supplied DirectoryEntry only in
the specified target FileSystem. |
| Constructor and Description |
|---|
AbstractEntry(FileSystem fileSystem,
DirectoryEntry parent,
String name)
Creates an entry in the specified file system with the specified parent and name.
|
BaseFileEntry(FileSystem fileSystem,
DirectoryEntry parent,
String name)
Creates an entry in the specified file system with the specified parent and name.
|
DefaultDirectoryEntry(FileSystem fileSystem,
DirectoryEntry parent,
String name)
Creates an entry in the specified file system with the specified parent and name.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystemFactory.newInstance()
Creates a new
FileSystem instance, note that implementations are free to create a singleton and always
return that instance. |
Copyright © 2009–2022 MojoHaus. All rights reserved.