org.apache.oodt.cas.crawl.option
Class CmdLineOptionInfoHandler

java.lang.Object
  extended by org.apache.oodt.commons.option.handler.CmdLineOptionHandler
      extended by org.apache.oodt.cas.crawl.option.CmdLineOptionInfoHandler
Direct Known Subclasses:
CmdLineOptionCrawlerActionInfoHandler, CmdLineOptionPreconditionInfoHandler, CmdLineOptionProductCrawlerInfoHandler

public abstract class CmdLineOptionInfoHandler
extends CmdLineOptionHandler

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
CmdLineOptionInfoHandler()
           
 
Method Summary
 org.springframework.context.ApplicationContext getApplicationContext()
           
 java.io.OutputStream getOutStream()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setOutStream(java.io.OutputStream outStream)
           
 
Methods inherited from class org.apache.oodt.commons.option.handler.CmdLineOptionHandler
affectsOption, getCustomOptionUsage, getOptionUsage, handleOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineOptionInfoHandler

public CmdLineOptionInfoHandler()
Method Detail

getApplicationContext

public org.springframework.context.ApplicationContext getApplicationContext()

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)

getOutStream

public java.io.OutputStream getOutStream()

setOutStream

public void setOutStream(java.io.OutputStream outStream)


Copyright © 1999-2011
Apache OODT. All Rights Reserved.