org.codehaus.mojo.mrm.api
Class BaseFileEntry

java.lang.Object
  extended by org.codehaus.mojo.mrm.api.AbstractEntry
      extended by 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

Constructor Summary
protected BaseFileEntry(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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.codehaus.mojo.mrm.api.FileEntry
getInputStream, getSize
 
Methods inherited from interface org.codehaus.mojo.mrm.api.Entry
getFileSystem, getLastModified, getName, getParent, toPath
 

Constructor Detail

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.