Interface FileSystemFactory


public interface FileSystemFactory
Something that produces new FileSystem instances.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new FileSystem instance, note that implementations are free to create a singleton and always return that instance.
  • Method Details

    • 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