Uses of Interface
org.codehaus.mojo.mrm.api.Entry
Packages that use Entry
-
Uses of Entry in org.codehaus.mojo.mrm.api
Subinterfaces of Entry in org.codehaus.mojo.mrm.apiModifier and TypeInterfaceDescriptioninterfaceMarker interface for a directory entry.interfaceAnEntrythat corresponds to a file.Classes in org.codehaus.mojo.mrm.api that implement EntryModifier and TypeClassDescriptionclassAbstract implementation ofEntry.classBase implementation ofFileEntrythat all implementations should extend from.classDefault implementation ofDirectoryEntry.Methods in org.codehaus.mojo.mrm.api that return EntryModifier and TypeMethodDescriptionprotected EntryBaseFileSystem.get(DirectoryEntry parent, String name) Gets the named entry in the specified directory.Returns the entry at the specified path.Entry[]FileSystem.listEntries(DirectoryEntry directory) Lists the entries in the specified directory.