Class CommandLinkClass
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<AbstractClassOrObjectDiagram>
net.sourceforge.plantuml.classdiagram.command.CommandLinkClass
- All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg) static java.lang.String
static java.lang.String
notNull
(java.lang.String s) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandLinkClass
-
-
Method Details
-
getSeparator
public static java.lang.String getSeparator() -
executeArg
protected CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<AbstractClassOrObjectDiagram>
- Throws:
NoSuchColorException
-
notNull
public static java.lang.String notNull(java.lang.String s)
-