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