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