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