Class VolumeFileSystem<FD>
java.lang.Object
de.xima.fc.common.filesystem.VolumeFileSystem<FD>
- Type Parameters:
FD- The type of the file system entries.
- All Implemented Interfaces:
Serializable
Combines a
ICommonFileSystemVolume with a ICommonFileSystem. This is useful when you need to convince
Java that the type arguments of the volume and file system are the same.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVolumeFileSystem(ICommonFileSystemVolume<FD> volume, ICommonFileSystem<FD> fileSystem) -
Method Summary
Modifier and TypeMethodDescriptionGets the file system implementation for the volume.volume()Gets the volume descriptor.
-
Constructor Details
-
VolumeFileSystem
-
-
Method Details
-
fileSystem
Gets the file system implementation for the volume.- Returns:
- The file system.
-
volume
-