org.lsst.ccs.shell.example
Class HelloWorld

java.lang.Object
  extended by org.lsst.ccs.shell.example.HelloWorld

public class HelloWorld
extends Object

'Hello World!' example.

Author:
ASG

Constructor Summary
HelloWorld()
           
 
Method Summary
 int add(int a, int b)
           
 String echo(String s)
           
static void main(String[] params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

add

public int add(int a,
               int b)

echo

public String echo(String s)

main

public static void main(String[] params)
                 throws IOException
Throws:
IOException


Copyright © 2013 LSST. All Rights Reserved.