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