org.codehaus.mojo.mrm.plugin
Interface FileSystemFactory


public interface FileSystemFactory

Something that produces new FileSystem instances.

Since:
1.0
See Also:
FactoryHelperRequired

Method Summary
 FileSystem newInstance()
          Creates a new FileSystem instance, note that implementations are free to create a singleton and always return that instance.
 

Method Detail

newInstance

FileSystem newInstance()
Creates a new FileSystem instance, note that implementations are free to create a singleton and always return that instance.

Returns:
the FileSystem instance.
Since:
1.0


Copyright © 2009-2011 Codehaus. All Rights Reserved.