Class CommandLinkClass
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractClassOrObjectDiagram>
-
- net.sourceforge.plantuml.classdiagram.command.CommandLinkClass
-
- All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>
public final class CommandLinkClass extends SingleLineCommand2<AbstractClassOrObjectDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandLinkClass(UmlDiagramType umlDiagramType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg)
static String
getSeparator()
static String
notNull(String s)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Constructor Detail
-
CommandLinkClass
public CommandLinkClass(UmlDiagramType umlDiagramType)
-
-
Method Detail
-
getSeparator
public static String getSeparator()
-
executeArg
protected CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<AbstractClassOrObjectDiagram>
- Throws:
NoSuchColorException
-
-