Package net.sourceforge.plantuml.command
Class CommandHeader
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<TitledDiagram>
-
- net.sourceforge.plantuml.command.CommandHeader
-
- All Implemented Interfaces:
Command<TitledDiagram>
public class CommandHeader extends SingleLineCommand2<TitledDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<TitledDiagram>
-
-