Uses of Interface
org.codehaus.mojo.mrm.api.DirectoryEntry
Packages that use DirectoryEntry
-
Uses of DirectoryEntry in org.codehaus.mojo.mrm.api
Classes in org.codehaus.mojo.mrm.api that implement DirectoryEntryMethods in org.codehaus.mojo.mrm.api that return DirectoryEntryModifier and TypeMethodDescriptionstatic DirectoryEntryDefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory) Creates aDefaultDirectoryEntrythat is equivalent to the suppliedDirectoryEntryonly in the specified targetFileSystem.AbstractEntry.getParent()Entry.getParent()Returns the parent of this entry (ornullif there is no parent, that is the root entry).BaseFileSystem.getRoot()FileSystem.getRoot()Returns the root directory entry.Methods in org.codehaus.mojo.mrm.api with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic DirectoryEntryDefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory) Creates aDefaultDirectoryEntrythat is equivalent to the suppliedDirectoryEntryonly in the specified targetFileSystem.protected EntryBaseFileSystem.get(DirectoryEntry parent, String name) Gets the named entry in the specified directory.longFileSystem.getLastModified(DirectoryEntry entry) Returns the time that the specified directory entry was last modified.Entry[]FileSystem.listEntries(DirectoryEntry directory) Lists the entries in the specified directory.FileSystem.put(DirectoryEntry parent, String name, InputStream content) Puts the specified content into a the specified directory.Constructors in org.codehaus.mojo.mrm.api with parameters of type DirectoryEntryModifierConstructorDescriptionprotectedAbstractEntry(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name.protectedBaseFileEntry(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name.DefaultDirectoryEntry(FileSystem fileSystem, DirectoryEntry parent, String name) Creates an entry in the specified file system with the specified parent and name.