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 TypeClassDescriptionclassBase implementation ofFileSystemthat 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 DirectoryEntryDefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory) Creates aDefaultDirectoryEntrythat is equivalent to the suppliedDirectoryEntryonly in the specified targetFileSystem.Constructors in org.codehaus.mojo.mrm.api with parameters of type FileSystemModifierConstructorDescriptionprotectedAbstractEntry(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name.protectedBaseFileEntry(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 newFileSysteminstance, note that implementations are free to create a singleton and always return that instance.