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 ClasspathgetCachedClassPath(String artifactId) Deprecated.static ClasspathsetCachedClasspath(String key, Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.static voidsetCachedClasspath(String key, Classpath classpath) Deprecated.
-
Constructor Details
-
ClasspathCache
public ClasspathCache()Deprecated.
-
-
Method Details