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>
public class CommandEndPackage extends SingleLineCommand2<AbstractEntityDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandEndPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractEntityDiagram>
-
-