edu.stanford.slac.aida.tool.command
Class AidaFetcher

java.lang.Object
  extended by edu.stanford.slac.aida.tool.command.AidaFetcher

public class AidaFetcher
extends java.lang.Object


Constructor Summary
AidaFetcher(AidaCommandLine cmdline)
           
 
Method Summary
 DaValue fetch()
           
static void main(java.lang.String[] args)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AidaFetcher

public AidaFetcher(AidaCommandLine cmdline)
            throws edu.stanford.slac.except.AidaInitException,
                   edu.stanford.slac.except.BadArguments
Throws:
edu.stanford.slac.except.AidaInitException
edu.stanford.slac.except.BadArguments
Method Detail

fetch

public DaValue fetch()
              throws edu.stanford.slac.except.UnableToGetDataException,
                     edu.stanford.slac.except.UndefinedNameException
Throws:
edu.stanford.slac.except.UnableToGetDataException
edu.stanford.slac.except.UndefinedNameException

usage

public static void usage()

main

public static void main(java.lang.String[] args)