Class CommandCreateElementFull2
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<ClassDiagram>
net.sourceforge.plantuml.classdiagram.command.CommandCreateElementFull2
- All Implemented Interfaces:
Command<ClassDiagram>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(ClassDiagram diagram, LineLocation location, RegexResult arg) protected final boolean
isForbidden
(CharSequence line) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandCreateElementFull2
-
-
Method Details
-
isForbidden
- Overrides:
isForbidden
in classSingleLineCommand2<ClassDiagram>
-
executeArg
protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<ClassDiagram>
- Throws:
NoSuchColorException
-