Package net.sourceforge.plantuml.help
Class CommandHelp
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<Help>
-
- net.sourceforge.plantuml.help.CommandHelp
-
public class CommandHelp extends SingleLineCommand2<Help>
-
-
Constructor Summary
Constructors Constructor Description CommandHelp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(Help diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(Help diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<Help>
-
-