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