com.maverick.sshd.shell
Class AbstractUUIDCommand

java.lang.Object
  extended by com.maverick.sshd.shell.AbstractCommand
      extended by com.maverick.sshd.shell.AbstractUUIDCommand
All Implemented Interfaces:
ShellCommand, Completor
Direct Known Subclasses:
Channels, Kill

public abstract class AbstractUUIDCommand
extends AbstractCommand


Field Summary
 
Fields inherited from class com.maverick.sshd.shell.AbstractCommand
exitCode
 
Fields inherited from interface com.maverick.sshd.shell.ShellCommand
STILL_ACTIVE, SUBSYSTEM_CALLBACK, SUBSYSTEM_FILESYSTEM, SUBSYSTEM_HELP, SUBSYSTEM_JVM, SUBSYSTEM_POLICY, SUBSYSTEM_SHELL, SUBSYSTEM_SSHD, SUBSYSTEM_SYSTEM, SUBSYSTEM_TEXT_EDITING
 
Constructor Summary
AbstractUUIDCommand(String name, String subsystem)
           
AbstractUUIDCommand(String name, String subsystem, String signature)
           
AbstractUUIDCommand(String name, String subsystem, String signature, org.apache.commons.cli.Option... options)
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 
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
 
Methods inherited from interface com.maverick.sshd.shell.ShellCommand
run
 

Constructor Detail

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)
Method Detail

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.