Class BaseFileEntry

java.lang.Object
org.codehaus.mojo.mrm.api.AbstractEntry
org.codehaus.mojo.mrm.api.BaseFileEntry
All Implemented Interfaces:
Entry, FileEntry

public abstract class BaseFileEntry extends AbstractEntry implements FileEntry
Base implementation of FileEntry that all implementations should extend from.
Since:
1.0
  • Constructor Details

    • 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