Package org.apache.maven.plugin.surefire
Class ClasspathCache
java.lang.Object
org.apache.maven.plugin.surefire.ClasspathCache
Deprecated.
- Author:
- Kristian Rosenvold
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Classpath
getCachedClassPath
(String artifactId) Deprecated.static Classpath
setCachedClasspath
(String key, Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.static void
setCachedClasspath
(String key, Classpath classpath) Deprecated.
-
Constructor Details
-
ClasspathCache
public ClasspathCache()Deprecated.
-
-
Method Details