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

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

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

Classes in org.codehaus.mojo.mrm.api that implement DirectoryEntry
 class DefaultDirectoryEntry
          Default implementation of DirectoryEntry.
 

Methods in org.codehaus.mojo.mrm.api that return DirectoryEntry
static DirectoryEntry DefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory)
          Creates a DefaultDirectoryEntry that is equivalent to the supplied DirectoryEntry only in the specified target FileSystem.
 DirectoryEntry Entry.getParent()
          Returns the parent of this entry (or null if there is no parent, that is the root entry).
 DirectoryEntry AbstractEntry.getParent()
          Returns the parent of this entry (or null if there is no parent, that is the root entry).
 DirectoryEntry FileSystem.getRoot()
          Returns the root directory entry.
 DirectoryEntry BaseFileSystem.getRoot()
          Returns the root directory entry.
 DirectoryEntry FileSystem.mkdir(DirectoryEntry parent, String name)
          Makes the specified child directory.
 DirectoryEntry BaseFileSystem.mkdir(DirectoryEntry parent, String name)
          Makes the specified child directory.
 

Methods in org.codehaus.mojo.mrm.api with parameters of type DirectoryEntry
static DirectoryEntry DefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory)
          Creates a DefaultDirectoryEntry that is equivalent to the supplied DirectoryEntry only in the specified target FileSystem.
protected  Entry BaseFileSystem.get(DirectoryEntry parent, String name)
          Gets the named entry in the specified directory.
 long FileSystem.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.
 DirectoryEntry FileSystem.mkdir(DirectoryEntry parent, String name)
          Makes the specified child directory.
 DirectoryEntry BaseFileSystem.mkdir(DirectoryEntry parent, String name)
          Makes the specified child directory.
 FileEntry FileSystem.put(DirectoryEntry parent, String name, byte[] content)
          Puts the specified content into a the specified directory.
 FileEntry BaseFileSystem.put(DirectoryEntry parent, String name, byte[] content)
          Puts the specified content into a the specified directory.
 FileEntry FileSystem.put(DirectoryEntry parent, String name, InputStream content)
          Puts the specified content into a the specified directory.
 FileEntry BaseFileSystem.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 DirectoryEntry
AbstractEntry(FileSystem fileSystem, DirectoryEntry parent, String name)
          Creates an entry in the specified file system with the specified parent and name.
BaseFileEntry(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.
 



Copyright © 2009-2011 Codehaus. All Rights Reserved.