org.sonar.api.purge
Class PurgeUtils

java.lang.Object
  extended by org.sonar.api.purge.PurgeUtils

public final class PurgeUtils
extends Object


Field Summary
static int DEFAULT_MINIMUM_PERIOD_IN_HOURS
           
static String PROP_KEY_MINIMUM_PERIOD_IN_HOURS
           
 
Method Summary
static int getMinimumPeriodInHours(org.apache.commons.configuration.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MINIMUM_PERIOD_IN_HOURS

public static final int DEFAULT_MINIMUM_PERIOD_IN_HOURS
See Also:
Constant Field Values

PROP_KEY_MINIMUM_PERIOD_IN_HOURS

public static final String PROP_KEY_MINIMUM_PERIOD_IN_HOURS
See Also:
Constant Field Values
Method Detail

getMinimumPeriodInHours

public static int getMinimumPeriodInHours(org.apache.commons.configuration.Configuration conf)


Copyright © 2009-2010 SonarSource. All Rights Reserved.