Uses of Enum Class
com.sshtools.volman.core.FileSystemType
Packages that use FileSystemType
-
Uses of FileSystemType in com.sshtools.volman.core
Methods in com.sshtools.volman.core that return FileSystemTypeModifier and TypeMethodDescriptionDefaultSpaceManager.getFileSystemType()static FileSystemTypeReturns the enum constant of this class with the specified name.static FileSystemType[]FileSystemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sshtools.volman.core that return types with arguments of type FileSystemTypeModifier and TypeMethodDescriptionMethods in com.sshtools.volman.core with parameters of type FileSystemTypeModifier and TypeMethodDescriptionvoidDefaultSpaceManager.setFileSystemType(FileSystemType fileSystemType) Method parameters in com.sshtools.volman.core with type arguments of type FileSystemTypeModifier and TypeMethodDescriptionMountProvider.mount(Volume volume, Optional<FileSystemType> type, long owner) -
Uses of FileSystemType in com.sshtools.volman.core.impl
Methods in com.sshtools.volman.core.impl that return types with arguments of type FileSystemTypeModifier and TypeMethodDescriptionBasicLinuxMountProvider.format(Volume volume, Optional<FileSystemType> type, String label, String uuid) Method parameters in com.sshtools.volman.core.impl with type arguments of type FileSystemTypeModifier and TypeMethodDescriptionBasicLinuxMountProvider.format(Volume volume, Optional<FileSystemType> type, String label, String uuid) BasicLinuxMountProvider.mount(Volume volume, Optional<FileSystemType> type, long owner)