org.codehaus.mojo.findbugs
Class EffortParameter

java.lang.Object
  extended by org.codehaus.mojo.findbugs.EffortParameter

public class EffortParameter
extends Object

Constant values for the configuration parameter effort.

Version:
$Id: EffortParameter.groovy 6588 2008-03-28 12:22:57Z bentmann $
Author:
Garvin LeClaire

Method Summary
static EffortParameter getDEFAULT()
           
static EffortParameter getMAX()
           
 groovy.lang.MetaClass getMetaClass()
           
static EffortParameter getMIN()
           
 String getName()
           
 Object getProperty(String name)
           
 edu.umd.cs.findbugs.config.AnalysisFeatureSetting[] getValue()
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setName(String value)
           
 void setProperty(String name, Object value)
           
 void setValue(edu.umd.cs.findbugs.config.AnalysisFeatureSetting[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMAX

public static final EffortParameter getMAX()

getDEFAULT

public static final EffortParameter getDEFAULT()

getMIN

public static final EffortParameter getMIN()

setValue

public void setValue(edu.umd.cs.findbugs.config.AnalysisFeatureSetting[] value)

setName

public void setName(String value)

getValue

public edu.umd.cs.findbugs.config.AnalysisFeatureSetting[] getValue()
Returns:
The effort value.

getName

public String getName()
Returns:
The effort name.

getMetaClass

public groovy.lang.MetaClass getMetaClass()

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)

invokeMethod

public Object invokeMethod(String name,
                           Object args)

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)


Copyright © 2005-2011 Codehaus. All Rights Reserved.