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