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