Class CommandCreateClass
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<ClassDiagram>
net.sourceforge.plantuml.classdiagram.command.CommandCreateClass
- All Implemented Interfaces:
Command<ClassDiagram>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final java.lang.String
static final java.lang.String
static final java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(ClassDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DISPLAY_WITH_GENERIC
public static final java.lang.String DISPLAY_WITH_GENERIC -
CODE
public static final java.lang.String CODE- See Also:
-
CODE_NO_DOTDOT
public static final java.lang.String CODE_NO_DOTDOT- See Also:
-
-
Constructor Details
-
CommandCreateClass
public CommandCreateClass()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<ClassDiagram>
- Throws:
NoSuchColorException
-