public static class UnixMountInfo.Builder extends Object
UnixMountInfo
.Constructor and Description |
---|
Builder()
Constructs a new Unix mount info builder.
|
Modifier and Type | Method and Description |
---|---|
UnixMountInfo |
build() |
UnixMountInfo.Builder |
setDeviceSpec(String deviceSpec) |
UnixMountInfo.Builder |
setFsType(String fsType) |
UnixMountInfo.Builder |
setMountPoint(String mountPoint) |
UnixMountInfo.Builder |
setOptions(UnixMountInfo.Options options) |
public UnixMountInfo.Builder setDeviceSpec(String deviceSpec)
deviceSpec
- the device spec to setpublic UnixMountInfo.Builder setMountPoint(String mountPoint)
mountPoint
- the mount point to setpublic UnixMountInfo.Builder setFsType(String fsType)
fsType
- the fs type to setpublic UnixMountInfo.Builder setOptions(UnixMountInfo.Options options)
options
- the mount info options to setpublic UnixMountInfo build()
Copyright © 2023. All Rights Reserved.