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