java.lang.Object
com.sshtools.volman.app.VolumeManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()static VolumeManagerfind(picocli.CommandLine cmd) com.sshtools.volman.core.ManagerContextcom.sshtools.sequins.TerminalGet a terminal that can be used with aSequenceto build slightly prettier console output, or to get input.booleanstatic void
-
Constructor Details
-
VolumeManager
public VolumeManager()
-
-
Method Details
-
find
-
getTerminal
public com.sshtools.sequins.Terminal getTerminal()Get a terminal that can be used with aSequenceto build slightly prettier console output, or to get input.The terminal implementation will be lazily created. If there is implementation for this OS, a fallback will be returned that has a fixed with of 80 characters.
- Returns:
- terminal
-
getManagerContext
public com.sshtools.volman.core.ManagerContext getManagerContext() -
call
-
isVerbose
public boolean isVerbose() -
main
-