Class CommandCreateDomain
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
-
- net.sourceforge.plantuml.descdiagram.CommandCreateDomain
-
- All Implemented Interfaces:
Command<DescriptionDiagram>
public class CommandCreateDomain extends SingleLineCommand2<DescriptionDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE
static java.lang.String
DISPLAY_WITH_GENERIC
-
Constructor Summary
Constructors Constructor Description CommandCreateDomain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
DISPLAY_WITH_GENERIC
public static final java.lang.String DISPLAY_WITH_GENERIC
-
CODE
public static final java.lang.String CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<DescriptionDiagram>
- Throws:
NoSuchColorException
-
-