Class CommonFileSystemVolumeBuilder<FD>
java.lang.Object
de.xima.fc.common.filesystem.CommonFileSystemVolumeBuilder<FD>
- Type Parameters:
FD- The type of the file descriptor for this volume.
A builder for a file system volume.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a file system volume with current settings.parentVolumeId(String parentVolumeId) Sets the optional parent volume ID.
-
Method Details
-
build
Builds a file system volume with current settings. Subsequent changes to this builder will not affect the returned volume.- Returns:
- The file system volume.
-
parentVolumeId
Sets the optional parent volume ID. This can be used to create a hierarchy of volumes, or to group volumes.- Parameters:
parentVolumeId- The parent volume ID.- Returns:
- This builder for chaining method calls.
-