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