Package net.sourceforge.plantuml.salt
Class CommandAnything
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<PSystemSalt>
net.sourceforge.plantuml.salt.CommandAnything
- All Implemented Interfaces:
Command<PSystemSalt>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(PSystemSalt diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandAnything
public CommandAnything()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(PSystemSalt diagram, LineLocation location, RegexResult arg) - Specified by:
executeArg
in classSingleLineCommand2<PSystemSalt>
-