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