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