Uses of Interface
com.sshtools.volman.core.UndoableResult
Packages that use UndoableResult
-
Uses of UndoableResult in com.sshtools.volman.core
Methods in com.sshtools.volman.core that return UndoableResultModifier and TypeMethodDescriptionVolumeGroup.createVolume(long size, String name, com.sshtools.sequins.Progress progress) static <R> UndoableResult<R>UndoableResult.defaultResult()MountProvider.mount(Volume volume, Optional<FileSystemType> type, long owner) -
Uses of UndoableResult in com.sshtools.volman.core.impl
Methods in com.sshtools.volman.core.impl that return UndoableResultModifier and TypeMethodDescriptionBasicLinuxMountProvider.format(Volume volume, Optional<FileSystemType> type, String label, String uuid) BasicLinuxMountProvider.mount(Volume volume, Optional<FileSystemType> type, long owner)