Package org.apache.maven.plugin.surefire
Class ClasspathCache
- java.lang.Object
-
- org.apache.maven.plugin.surefire.ClasspathCache
-
@Deprecated public class ClasspathCache extends java.lang.ObjectDeprecated.- Author:
- Kristian Rosenvold
-
-
Constructor Summary
Constructors Constructor Description ClasspathCache()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.apache.maven.surefire.booter.ClasspathgetCachedClassPath(java.lang.String artifactId)Deprecated.static org.apache.maven.surefire.booter.ClasspathsetCachedClasspath(java.lang.String key, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)Deprecated.static voidsetCachedClasspath(java.lang.String key, org.apache.maven.surefire.booter.Classpath classpath)Deprecated.
-
-
-
Method Detail
-
getCachedClassPath
public static org.apache.maven.surefire.booter.Classpath getCachedClassPath(@Nonnull java.lang.String artifactId)Deprecated.
-
setCachedClasspath
public static void setCachedClasspath(@Nonnull java.lang.String key, @Nonnull org.apache.maven.surefire.booter.Classpath classpath)Deprecated.
-
setCachedClasspath
public static org.apache.maven.surefire.booter.Classpath setCachedClasspath(@Nonnull java.lang.String key, @Nonnull java.util.Set<org.apache.maven.artifact.Artifact> artifacts)Deprecated.
-
-