Uses of Enum
com.sshtools.server.vsession.CmdLine.Condition
Packages that use CmdLine.Condition
-
Uses of CmdLine.Condition in com.sshtools.server.vsession
Methods in com.sshtools.server.vsession that return CmdLine.ConditionModifier and TypeMethodDescriptionCmdLine.getCondition()
static CmdLine.Condition
Returns the enum constant of this type with the specified name.static CmdLine.Condition[]
CmdLine.Condition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sshtools.server.vsession with parameters of type CmdLine.ConditionModifierConstructorDescriptionCmdLine
(String line, List<String> args, CmdLine.Condition condition, boolean background)