Class DefaultDirectoryEntry

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

public class DefaultDirectoryEntry extends AbstractEntry implements DirectoryEntry
Default implementation of DirectoryEntry.
Since:
1.0
  • Constructor Details

    • DefaultDirectoryEntry

      public DefaultDirectoryEntry(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 (or null if this is the root entry).
      name - The name of the entry (or the empty string if this is the root entry).
      Since:
      1.0
  • Method Details