com.maverick.sshd.shell
Class AbstractUUIDCommand
java.lang.Object
com.maverick.sshd.shell.AbstractCommand
com.maverick.sshd.shell.AbstractUUIDCommand
- All Implemented Interfaces:
- ShellCommand, Completor
- Direct Known Subclasses:
- Channels, Kill
public abstract class AbstractUUIDCommand
- extends AbstractCommand
| Methods inherited from class com.maverick.sshd.shell.AbstractCommand |
getCollection, getCommandName, getDescription, getExitCode, getName, getOptions, getSignature, getSubsystem, isBuiltIn, setBuiltIn, setDescription, setName, setSignature, setSubsystem |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUUIDCommand
public AbstractUUIDCommand(String name,
String subsystem)
AbstractUUIDCommand
public AbstractUUIDCommand(String name,
String subsystem,
String signature)
AbstractUUIDCommand
public AbstractUUIDCommand(String name,
String subsystem,
String signature,
org.apache.commons.cli.Option... options)
complete
public int complete(String buffer,
int cursor,
List candidates)
- Specified by:
complete in interface Completor- Overrides:
complete in class AbstractCommand
Copyright © 2012. All Rights Reserved.