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