net.sf.csutils.groovy
Class Main.BooleanOpt

java.lang.Object
  extended by net.sf.csutils.groovy.Main.Opt
      extended by net.sf.csutils.groovy.Main.BooleanOpt
Enclosing class:
Main

public abstract static class Main.BooleanOpt
extends Main.Opt


Constructor Summary
Main.BooleanOpt(String pName, String pShortDescription, String pLongDescription)
           
 
Method Summary
abstract  void setValue(boolean pValue)
           
 
Methods inherited from class net.sf.csutils.groovy.Main.Opt
getLongDescription, getName, getShortDescription, isRequired, isSet, setSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.BooleanOpt

public Main.BooleanOpt(String pName,
                       String pShortDescription,
                       String pLongDescription)
Method Detail

setValue

public abstract void setValue(boolean pValue)


Copyright © 2009-2010. All Rights Reserved.