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