org.lsst.ccs.shell.example
Class Example
java.lang.Object
org.lsst.ccs.shell.example.Example
- All Implemented Interfaces:
- ShellDependent
public class Example
- extends Object
- implements ShellDependent
'more advanced' example.
- Author:
- ASG
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLI_INPUT_CONVERTERS
public static final InputConverter[] CLI_INPUT_CONVERTERS
CLI_OUTPUT_CONVERTERS
public static final OutputConverter[] CLI_OUTPUT_CONVERTERS
Example
public Example()
add
public Integer add(Integer... numbers)
cliSetShell
public void cliSetShell(Shell shell)
- Description copied from interface:
ShellDependent
- This method informs the object about the Shell operating it.
Is called upon object's registration in Shell.
- Specified by:
cliSetShell in interface ShellDependent
- Parameters:
shell - Shell running the object.
Hello
public void Hello()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2013 LSST. All Rights Reserved.