Class CommandWeekNumberStrategy
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<GanttDiagram>
net.sourceforge.plantuml.project.command.CommandWeekNumberStrategy
- All Implemented Interfaces:
Command<GanttDiagram>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandWeekNumberStrategy
public CommandWeekNumberStrategy()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArg
in classSingleLineCommand2<GanttDiagram>
-