org.apache.oodt.cas.catalog.server.option
Class PrintSupportedActionsHandler

java.lang.Object
  extended by org.apache.oodt.commons.option.handler.CmdLineOptionHandler
      extended by org.apache.oodt.cas.catalog.server.option.PrintSupportedActionsHandler

public class PrintSupportedActionsHandler
extends CmdLineOptionHandler

Version:
$Revision$
Author:
bfoster

Field Summary
protected  java.lang.String beanRepo
           
 
Constructor Summary
PrintSupportedActionsHandler()
           
 
Method Summary
 boolean affectsOption(CmdLineOptionInstance arg0)
           
 java.lang.String getCustomOptionUsage(CmdLineOption option)
           
 void handleOption(CmdLineOption option, java.util.List<java.lang.String> values)
           
 void setBeanRepo(java.lang.String beanRepo)
           
 
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
 

Field Detail

beanRepo

protected java.lang.String beanRepo
Constructor Detail

PrintSupportedActionsHandler

public PrintSupportedActionsHandler()
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

setBeanRepo

public void setBeanRepo(java.lang.String beanRepo)

affectsOption

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


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