org.apache.maven.plugin.surefire
Class ClasspathCache
java.lang.Object
  
org.apache.maven.plugin.surefire.ClasspathCache
public class ClasspathCache
- extends Object
 
- Author:
 
  - Kristian Rosenvold
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClasspathCache
public ClasspathCache()
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.