Package org.apache.maven.plugin.surefire
Class ClasspathCache
- java.lang.Object
-
- org.apache.maven.plugin.surefire.ClasspathCache
-
public class ClasspathCache extends java.lang.Object
- Author:
- Kristian Rosenvold
-
-
Constructor Summary
Constructors Constructor Description ClasspathCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.maven.surefire.booter.Classpath
getCachedClassPath(java.lang.String artifactId)
static void
setCachedClasspath(java.lang.String key, org.apache.maven.surefire.booter.Classpath classpath)
-