org.apache.oodt.commons.option.handler
Class CmdLineOptionBeanHandler

java.lang.Object
  extended by org.apache.oodt.commons.option.handler.CmdLineOptionHandler
      extended by org.apache.oodt.commons.option.handler.CmdLineOptionBeanHandler

public class CmdLineOptionBeanHandler
extends CmdLineOptionHandler

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
CmdLineOptionBeanHandler()
           
 
Method Summary
 boolean affectsOption(CmdLineOptionInstance optionInstance)
           
 java.lang.String getCustomOptionUsage(CmdLineOption option)
           
 void handleOption(CmdLineOption option, java.util.List<java.lang.String> values)
           
 void setApplyToBeans(java.util.List<BeanInfo> applyToBeans)
           
 
Methods inherited from class org.apache.oodt.commons.option.handler.CmdLineOptionHandler
getOptionUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineOptionBeanHandler

public CmdLineOptionBeanHandler()
Method Detail

setApplyToBeans

public void setApplyToBeans(java.util.List<BeanInfo> applyToBeans)

handleOption

public void handleOption(CmdLineOption option,
                         java.util.List<java.lang.String> values)
Specified by:
handleOption in class CmdLineOptionHandler

getCustomOptionUsage

public java.lang.String getCustomOptionUsage(CmdLineOption option)
Specified by:
getCustomOptionUsage in class CmdLineOptionHandler

affectsOption

public boolean affectsOption(CmdLineOptionInstance optionInstance)
Specified by:
affectsOption in class CmdLineOptionHandler


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