Interface GFileSystemFactory<FSTYPE extends GFileSystem>
-
- Type Parameters:
FSTYPE-GFileSystemderived type
- All Known Subinterfaces:
GFileSystemFactoryFull<FSTYPE>,GFileSystemFactoryWithFile<FSTYPE>
- All Known Implementing Classes:
GFileSystemBaseFactory,GFileSystemFactoryIgnore
public interface GFileSystemFactory<FSTYPE extends GFileSystem>An empty interface that is a common type for the real factory interfaces to derive from.See
GFileSystemFactoryFull,GFileSystemFactoryWithFile, orGFileSystemFactoryIgnore.