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