Package org.codehaus.mojo.mrm.api
Class BaseFileEntry
java.lang.Object
org.codehaus.mojo.mrm.api.AbstractEntry
org.codehaus.mojo.mrm.api.BaseFileEntry
Base implementation of
FileEntry that all implementations should extend from.- Since:
- 1.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseFileEntry(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name. -
Method Summary
Methods inherited from class org.codehaus.mojo.mrm.api.AbstractEntry
equals, getFileSystem, getName, getParent, hashCode, toPath, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.codehaus.mojo.mrm.api.Entry
getFileSystem, getLastModified, getName, getParent, toPathMethods inherited from interface org.codehaus.mojo.mrm.api.FileEntry
getInputStream, getSize
-
Constructor Details
-
BaseFileEntry
Creates an entry in the specified file system with the specified parent and name.- Parameters:
fileSystem- The filesystem.parent- The parent.name- The name of the entry.- Since:
- 1.0
-