org.apache.maven.plugin.surefire
Class ClasspathCache

java.lang.Object
  extended by org.apache.maven.plugin.surefire.ClasspathCache

public class ClasspathCache
extends Object

Author:
Kristian Rosenvold

Constructor Summary
ClasspathCache()
           
 
Method Summary
static Classpath getCachedClassPath(String artifactId)
           
static void setCachedClasspath(String key, Classpath classpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathCache

public ClasspathCache()
Method Detail

getCachedClassPath

public static Classpath getCachedClassPath(@Nonnull
                                           String artifactId)

setCachedClasspath

public static void setCachedClasspath(@Nonnull
                                      String key,
                                      @Nonnull
                                      Classpath classpath)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.