org.lsst.ccs.shell
Class ShellCommandParamSpec

java.lang.Object
  extended by org.lsst.ccs.shell.ShellCommandParamSpec

public class ShellCommandParamSpec
extends Object

Specification of command's parameters, such as description given with Param annotation.


Constructor Summary
ShellCommandParamSpec(String name, Class valueClass, String description, int position)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 int getPosition()
           
 Class getValueClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellCommandParamSpec

public ShellCommandParamSpec(String name,
                             Class valueClass,
                             String description,
                             int position)
Method Detail

getValueClass

public Class getValueClass()

getDescription

public String getDescription()

getName

public String getName()

getPosition

public int getPosition()


Copyright © 2013 LSST. All Rights Reserved.