Class CommandUrl
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<SequenceDiagram>
-
- net.sourceforge.plantuml.sequencediagram.command.CommandUrl
-
- All Implemented Interfaces:
Command<SequenceDiagram>
public class CommandUrl extends SingleLineCommand<SequenceDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(SequenceDiagram diagram, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<SequenceDiagram>
-
-