org.codehaus.mojo.mrm.api
Class BaseFileEntry
java.lang.Object
org.codehaus.mojo.mrm.api.AbstractEntry
org.codehaus.mojo.mrm.api.BaseFileEntry
- All Implemented Interfaces:
- Serializable, Entry, FileEntry
public abstract class BaseFileEntry
- extends AbstractEntry
- implements FileEntry
Base implementation of FileEntry that all implementations should extend from.
- Since:
- 1.0
- See Also:
- Serialized Form
BaseFileEntry
protected BaseFileEntry(FileSystem fileSystem,
DirectoryEntry parent,
String name)
- 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
Copyright © 2009-2011 Codehaus. All Rights Reserved.