Package net.sourceforge.plantuml.command
Class CommandPage
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractPSystem>
-
- net.sourceforge.plantuml.command.CommandPage
-
- All Implemented Interfaces:
Command<AbstractPSystem>
public class CommandPage extends SingleLineCommand2<AbstractPSystem>
-
-
Constructor Summary
Constructors Constructor Description CommandPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractPSystem system, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractPSystem system, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractPSystem>
-
-