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