Uses of Enum Class
at.letto.basespringboot.cmd.CmdThread.CmdMode
Packages that use CmdThread.CmdMode
-
Uses of CmdThread.CmdMode in at.letto.basespringboot.cmd
Fields in at.letto.basespringboot.cmd declared as CmdThread.CmdModeMethods in at.letto.basespringboot.cmd that return CmdThread.CmdModeModifier and TypeMethodDescriptionstatic CmdThread.CmdMode
Returns the enum constant of this class with the specified name.static CmdThread.CmdMode[]
CmdThread.CmdMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.letto.basespringboot.cmd with parameters of type CmdThread.CmdModeModifier and TypeMethodDescriptionstatic CmdThread
CmdThread.createThread
(String homedir, String charset, CmdThread.CmdMode cmdMode, String... cmd) Constructors in at.letto.basespringboot.cmd with parameters of type CmdThread.CmdModeModifierConstructorDescriptionCmdThread
(String homedir, String charset, CmdThread.CmdMode cmdMode, String... cmd) -
Uses of CmdThread.CmdMode in at.letto.basespringboot.service
Methods in at.letto.basespringboot.service with parameters of type CmdThread.CmdModeModifier and TypeMethodDescriptionBaseCmdService.cmdForeground
(String homedir, long timeoutms, CmdThread.CmdMode cmdMode, boolean save, String... cmd) Startet einen Kommandozeilenbefehl im Vordergrund aber immer im Bash-Modusprivate CmdThread
BaseCmdService.createThread
(String homedir, CmdThread.CmdMode cmdMode, String... cmd)