Class CommandCreateElementFull
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
-
- net.sourceforge.plantuml.descdiagram.command.CommandCreateElementFull
-
- All Implemented Interfaces:
Command<DescriptionDiagram>
public class CommandCreateElementFull extends SingleLineCommand2<DescriptionDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_TYPES
static String
CODE
static String
CODE_WITH_QUOTE
static String
DISPLAY
static String
DISPLAY_WITHOUT_QUOTE
-
Constructor Summary
Constructors Constructor Description CommandCreateElementFull()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg)
static boolean
existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
protected boolean
isForbidden(CharSequence line)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ALL_TYPES
public static final String ALL_TYPES
- See Also:
- Constant Field Values
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
CODE_WITH_QUOTE
public static final String CODE_WITH_QUOTE
- See Also:
- Constant Field Values
-
DISPLAY
public static final String DISPLAY
- See Also:
- Constant Field Values
-
DISPLAY_WITHOUT_QUOTE
public static final String DISPLAY_WITHOUT_QUOTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isForbidden
protected final boolean isForbidden(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)
-
-