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 StringALL_TYPESstatic StringCODEstatic StringCODE_WITH_QUOTEstatic StringDISPLAYstatic StringDISPLAY_WITHOUT_QUOTE
-
Constructor Summary
Constructors Constructor Description CommandCreateElementFull()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg)static booleanexistsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)protected booleanisForbidden(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:
isForbiddenin classSingleLineCommand2<DescriptionDiagram>
-
executeArg
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArgin classSingleLineCommand2<DescriptionDiagram>- Throws:
NoSuchColorException
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
-
-