Package net.sourceforge.plantuml.command
Class ProtectedCommand<S extends Diagram>
- java.lang.Object
-
- net.sourceforge.plantuml.command.ProtectedCommand<S>
-
-
Constructor Summary
Constructors Constructor Description ProtectedCommand(Command<S> cmd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(S system, BlocLines lines)
String[]
getDescription()
CommandControl
isValid(BlocLines lines)
-
-
-
Method Detail
-
execute
public CommandExecutionResult execute(S system, BlocLines lines)
-
isValid
public CommandControl isValid(BlocLines lines)
-
getDescription
public String[] getDescription()
- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
-