net.sourceforge.plantuml.command
Class ProtectedCommand
java.lang.Object
net.sourceforge.plantuml.command.ProtectedCommand
- All Implemented Interfaces:
- Command
public class ProtectedCommand
- extends Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtectedCommand
public ProtectedCommand(Command cmd)
execute
public CommandExecutionResult execute(List<String> lines)
- Specified by:
execute
in interface Command
getHelpMessageForDeprecated
public String getHelpMessageForDeprecated(List<String> lines)
- Specified by:
getHelpMessageForDeprecated
in interface Command
isDeprecated
public boolean isDeprecated(List<String> lines)
- Specified by:
isDeprecated
in interface Command
isValid
public CommandControl isValid(List<String> lines)
- Specified by:
isValid
in interface Command
getDescription
public String[] getDescription()
- Specified by:
getDescription
in interface Command
Copyright © 2013. All Rights Reserved.