org.codehaus.mojo.findbugs
Class EffortParameter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.