Uses of Interface
org.codehaus.mojo.mrm.api.FileSystem
Packages that use FileSystem
-
Uses of FileSystem in org.codehaus.mojo.mrm.api
Classes in org.codehaus.mojo.mrm.api that implement FileSystemModifier and TypeClassDescriptionclass
Base implementation ofFileSystem
that all implementations should extend from.Methods in org.codehaus.mojo.mrm.api that return FileSystemModifier and TypeMethodDescriptionAbstractEntry.getFileSystem()
Entry.getFileSystem()
Returns the repository that this entry belongs to.Methods in org.codehaus.mojo.mrm.api with parameters of type FileSystemModifier and TypeMethodDescriptionstatic DirectoryEntry
DefaultDirectoryEntry.equivalent
(FileSystem target, DirectoryEntry directory) Creates aDefaultDirectoryEntry
that is equivalent to the suppliedDirectoryEntry
only in the specified targetFileSystem
.Constructors in org.codehaus.mojo.mrm.api with parameters of type FileSystemModifierConstructorDescriptionprotected
AbstractEntry
(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name.protected
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. -
Uses of FileSystem in org.codehaus.mojo.mrm.plugin
Methods in org.codehaus.mojo.mrm.plugin that return FileSystemModifier and TypeMethodDescriptionFileSystemFactory.newInstance()
Creates a newFileSystem
instance, note that implementations are free to create a singleton and always return that instance.