Uses of Interface
org.codehaus.mojo.mrm.api.Entry

Packages that use Entry
org.codehaus.mojo.mrm.api This is the core contract of a repository. 
 

Uses of Entry in org.codehaus.mojo.mrm.api
 

Subinterfaces of Entry in org.codehaus.mojo.mrm.api
 interface DirectoryEntry
          Marker interface for a directory entry.
 interface FileEntry
          An Entry that corresponds to a file.
 

Classes in org.codehaus.mojo.mrm.api that implement Entry
 class AbstractEntry
          Abstract implementation of Entry.
 class BaseFileEntry
          Base implementation of FileEntry that all implementations should extend from.
 class DefaultDirectoryEntry
          Default implementation of DirectoryEntry.
 

Methods in org.codehaus.mojo.mrm.api that return Entry
protected  Entry BaseFileSystem.get(DirectoryEntry parent, String name)
          Gets the named entry in the specified directory.
 Entry FileSystem.get(String path)
          Returns the entry at the specified path.
 Entry BaseFileSystem.get(String path)
          Returns the entry at the specified path.
 Entry[] FileSystem.listEntries(DirectoryEntry directory)
          Lists the entries in the specified directory.
 

Methods in org.codehaus.mojo.mrm.api with parameters of type Entry
 void FileSystem.remove(Entry entry)
          Removes the specified entry (and if the entry is a directory, all its children).
 void BaseFileSystem.remove(Entry entry)
          Removes the specified entry (and if the entry is a directory, all its children).
 



Copyright © 2009-2011 Codehaus. All Rights Reserved.