Class CommandLineSimple
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<FlowDiagram>
net.sourceforge.plantuml.flowdiagram.CommandLineSimple
- All Implemented Interfaces:
Command<FlowDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(FlowDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandLineSimple
public CommandLineSimple()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(FlowDiagram diagram, LineLocation location, RegexResult arg) - Specified by:
executeArg
in classSingleLineCommand2<FlowDiagram>
-