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