Class CommandCreateJson
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines2<AbstractEntityDiagram>
-
- net.sourceforge.plantuml.objectdiagram.command.CommandCreateJson
-
- All Implemented Interfaces:
Command<AbstractEntityDiagram>
public class CommandCreateJson extends CommandMultilines2<AbstractEntityDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandCreateJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteNow(AbstractEntityDiagram diagram, BlocLines lines)protected CommandControlfinalVerification(BlocLines lines)java.lang.StringgetPatternEnd()-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getPatternEnd
public java.lang.String getPatternEnd()
- Specified by:
getPatternEndin classCommandMultilines2<AbstractEntityDiagram>
-
executeNow
protected CommandExecutionResult executeNow(AbstractEntityDiagram diagram, BlocLines lines) throws NoSuchColorException
- Specified by:
executeNowin classCommandMultilines2<AbstractEntityDiagram>- Throws:
NoSuchColorException
-
finalVerification
protected CommandControl finalVerification(BlocLines lines)
- Overrides:
finalVerificationin classCommandMultilines2<AbstractEntityDiagram>
-
-