Uses of Class
de.xima.fc.common.filesystem.CommonFileSystemVolumeBuilder
-
Packages that use CommonFileSystemVolumeBuilder Package Description de.xima.fc.common.filesystem -
-
Uses of CommonFileSystemVolumeBuilder in de.xima.fc.common.filesystem
Methods in de.xima.fc.common.filesystem that return CommonFileSystemVolumeBuilder Modifier and Type Method Description CommonFileSystemVolumeBuilder<FD>
CommonFileSystemVolumeBuilder. parentVolumeId(String parentVolumeId)
Sets the optional parent volume ID.static <FD> CommonFileSystemVolumeBuilder<FD>
CommonFileSystems. volumeBuilder(String protocol, String volumeId, ISerializableBiFunction<String,String,FD> entryFactory)
Creates a new builder for a file system volume.static <FD> CommonFileSystemVolumeBuilder<FD>
CommonFileSystems. volumeGroupBuilder(String volumeId, FD root)
Creates a new builder for a file system volume group.
-