Package org.codehaus.mojo.mrm.plugin
Interface FileSystemFactory
public interface FileSystemFactory
Something that produces new
FileSystem instances.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newFileSysteminstance, note that implementations are free to create a singleton and always return that instance.
-
Method Details
-
newInstance
FileSystem newInstance()Creates a newFileSysteminstance, note that implementations are free to create a singleton and always return that instance.- Returns:
- the
FileSysteminstance. - Since:
- 1.0
-