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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg) boolean
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid
-
Constructor Details
-
CommandPackage
public CommandPackage()
-
-
Method Details
-
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
-