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

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

public class StdCmdLineOptionHandler
extends CmdLineOptionHandler

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
StdCmdLineOptionHandler()
           
 
Method Summary
 boolean affectsOption(CmdLineOptionInstance optionInstance)
           
 java.lang.String getCustomOptionUsage(CmdLineOption option)
           
 void handleOption(CmdLineOption option, java.util.List<java.lang.String> values)
           
 
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

StdCmdLineOptionHandler

public StdCmdLineOptionHandler()
Method Detail

getCustomOptionUsage

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

handleOption

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

affectsOption

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


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