Package net.sourceforge.plantuml.command
Class CommandEndPackage
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<AbstractEntityDiagram>
-
- net.sourceforge.plantuml.command.CommandEndPackage
-
- All Implemented Interfaces:
Command<AbstractEntityDiagram>
public class CommandEndPackage extends SingleLineCommand<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, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractEntityDiagram diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<AbstractEntityDiagram>
-
-