org.lsst.ccs.shell
Class LocalShellCommand

java.lang.Object
  extended by org.lsst.ccs.shell.ShellCommand
      extended by org.lsst.ccs.shell.LocalShellCommand

public class LocalShellCommand
extends ShellCommand

Command table entry


Constructor Summary
LocalShellCommand(Object handler, Method method, String prefix, String name)
           
 
Method Summary
 Object invoke(Object[] parameters)
           
 
Methods inherited from class org.lsst.ccs.shell.ShellCommand
canBeDenotedBy, getAbbreviation, getArity, getDescription, getHeader, getName, getParameterTypes, getParamSpecs, getPrefix, isVarArgs, setAbbreviation, setDescription, setHeader, setParamSpecs, startsWith, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalShellCommand

public LocalShellCommand(Object handler,
                         Method method,
                         String prefix,
                         String name)
Method Detail

invoke

public Object invoke(Object[] parameters)
              throws CLIException
Specified by:
invoke in class ShellCommand
Throws:
CLIException


Copyright © 2013 LSST. All Rights Reserved.