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