Package org.apache.maven.plugin.surefire
Class ClasspathCache
java.lang.Object
org.apache.maven.plugin.surefire.ClasspathCache
Deprecated.
- Author:
- Kristian Rosenvold
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ClasspathCachepublic ClasspathCache()Deprecated.
 
- 
- 
Method Details