org.lsst.ccs.drivers.dscud
Class TestDscud

java.lang.Object
  extended by org.lsst.ccs.drivers.dscud.TestDscud
All Implemented Interfaces:
org.lsst.ccs.utilities.sa.CmndProc.Dispatch

public class TestDscud
extends java.lang.Object
implements org.lsst.ccs.utilities.sa.CmndProc.Dispatch


Method Summary
 void cleanup()
          Routine to perform any necessary cleanup
 boolean dispatch(int cCode, java.util.Scanner scan)
          Routine to dispatch a command
static void main(java.lang.String[] args)
          Main program Loops reading and processing each new typed command line.
 void run()
          Routine to run the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Main program Loops reading and processing each new typed command line.

Throws:
java.io.IOException

run

public void run()
         throws java.io.IOException
Routine to run the test

Throws:
java.io.IOException

dispatch

public boolean dispatch(int cCode,
                        java.util.Scanner scan)
Routine to dispatch a command

Specified by:
dispatch in interface org.lsst.ccs.utilities.sa.CmndProc.Dispatch

cleanup

public void cleanup()
Routine to perform any necessary cleanup



Copyright © 2012 LSST. All Rights Reserved.