Class CommandCreateElementFull2
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<ClassDiagram>
-
- net.sourceforge.plantuml.classdiagram.command.CommandCreateElementFull2
-
- All Implemented Interfaces:
Command<ClassDiagram>
public class CommandCreateElementFull2 extends SingleLineCommand2<ClassDiagram>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandCreateElementFull2.Mode
-
Constructor Summary
Constructors Constructor Description CommandCreateElementFull2(CommandCreateElementFull2.Mode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg)
protected boolean
isForbidden(CharSequence line)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Constructor Detail
-
CommandCreateElementFull2
public CommandCreateElementFull2(CommandCreateElementFull2.Mode mode)
-
-
Method Detail
-
isForbidden
protected final boolean isForbidden(CharSequence line)
- 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
-
-