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

Packages that use FileSystem
org.codehaus.mojo.mrm.api This is the core contract of a repository. 
org.codehaus.mojo.mrm.plugin This is the contract for the Maven Plugin Extensions that allow for plugging in custom repository types into the Maven plugin. 
 

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

Classes in org.codehaus.mojo.mrm.api that implement FileSystem
 class BaseFileSystem
          Base implementation of FileSystem that all implementations should extend from.
 

Methods in org.codehaus.mojo.mrm.api that return FileSystem
 FileSystem Entry.getFileSystem()
          Returns the repository that this entry belongs to.
 FileSystem AbstractEntry.getFileSystem()
          Returns the repository that this entry belongs to.
 

Methods in org.codehaus.mojo.mrm.api with parameters of type FileSystem
static DirectoryEntry DefaultDirectoryEntry.equivalent(FileSystem target, DirectoryEntry directory)
          Creates a DefaultDirectoryEntry that is equivalent to the supplied DirectoryEntry only in the specified target FileSystem.
 

Constructors in org.codehaus.mojo.mrm.api with parameters of type FileSystem
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.
 

Uses of FileSystem in org.codehaus.mojo.mrm.plugin
 

Methods in org.codehaus.mojo.mrm.plugin that return FileSystem
 FileSystem FileSystemFactory.newInstance()
          Creates a new FileSystem instance, note that implementations are free to create a singleton and always return that instance.
 



Copyright © 2009-2011 Codehaus. All Rights Reserved.