org.apache.oodt.commons.option.validator
Class AllowedArgsCmdLineOptionValidator

java.lang.Object
  extended by org.apache.oodt.commons.option.validator.AllowedArgsCmdLineOptionValidator
All Implemented Interfaces:
CmdLineOptionValidator
Direct Known Subclasses:
ArgRegExpCmdLineOptionValidator

public class AllowedArgsCmdLineOptionValidator
extends java.lang.Object
implements CmdLineOptionValidator

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Field Summary
 
Fields inherited from interface org.apache.oodt.commons.option.validator.CmdLineOptionValidator
LOG
 
Constructor Summary
AllowedArgsCmdLineOptionValidator()
           
 
Method Summary
 java.util.List<java.lang.String> getAllowedArgs()
           
 void setAllowedArgs(java.util.List<java.lang.String> allowedArgs)
           
 boolean validate(CmdLineOptionInstance optionInst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowedArgsCmdLineOptionValidator

public AllowedArgsCmdLineOptionValidator()
Method Detail

validate

public boolean validate(CmdLineOptionInstance optionInst)
Specified by:
validate in interface CmdLineOptionValidator

getAllowedArgs

public java.util.List<java.lang.String> getAllowedArgs()

setAllowedArgs

public void setAllowedArgs(java.util.List<java.lang.String> allowedArgs)


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