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 CommandExecutionResultexecuteArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) booleanMethods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isForbidden, isValid
-
Constructor Details
-
CommandPackage
public CommandPackage()
-
-
Method Details
-
syntaxWithFinalBracket
public boolean syntaxWithFinalBracket()- Overrides:
syntaxWithFinalBracketin classSingleLineCommand2<AbstractEntityDiagram>
-
executeArg
protected CommandExecutionResult executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<AbstractEntityDiagram>- Throws:
NoSuchColorException
-