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