Class CommandCreateElementFull
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
net.sourceforge.plantuml.descdiagram.command.CommandCreateElementFull
- All Implemented Interfaces:
Command<DescriptionDiagram>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final java.lang.String
static final java.lang.String
static final java.lang.String
static final java.lang.String
static final java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(DescriptionDiagram diagram, LineLocation location, RegexResult arg) static boolean
existsWithBadType3
(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol) protected final boolean
isForbidden
(java.lang.CharSequence line) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ALL_TYPES
public static final java.lang.String ALL_TYPES- See Also:
-
CODE
public static final java.lang.String CODE- See Also:
-
CODE_WITH_QUOTE
public static final java.lang.String CODE_WITH_QUOTE- See Also:
-
DISPLAY
public static final java.lang.String DISPLAY- See Also:
-
DISPLAY_WITHOUT_QUOTE
public static final java.lang.String DISPLAY_WITHOUT_QUOTE- See Also:
-
-
Constructor Details
-
CommandCreateElementFull
public CommandCreateElementFull()
-
-
Method Details
-
isForbidden
protected final boolean isForbidden(java.lang.CharSequence line) - Overrides:
isForbidden
in classSingleLineCommand2<DescriptionDiagram>
-
executeArg
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<DescriptionDiagram>
- Throws:
NoSuchColorException
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
-