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