org.apache.maven.plugin.version
Class IntervalUtils

java.lang.Object
  extended by org.apache.maven.plugin.version.IntervalUtils

public final class IntervalUtils
extends Object


Method Summary
static boolean isExpired(String intervalSpec, Date lastChecked)
           
static long parseInterval(String interval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isExpired

public static boolean isExpired(String intervalSpec,
                                Date lastChecked)

parseInterval

public static long parseInterval(String interval)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.