Class CommandHideEmptyDescription
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<StateDiagram>
-
- net.sourceforge.plantuml.statediagram.command.CommandHideEmptyDescription
-
- All Implemented Interfaces:
Command<StateDiagram>
public class CommandHideEmptyDescription extends SingleLineCommand<StateDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandHideEmptyDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(StateDiagram 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(StateDiagram diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<StateDiagram>
-
-