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 org.apache.maven.surefire.booter.Classpath
getCachedClassPath
(String artifactId) Deprecated.static org.apache.maven.surefire.booter.Classpath
setCachedClasspath
(String key, Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.static void
setCachedClasspath
(String key, org.apache.maven.surefire.booter.Classpath classpath) Deprecated.
-
Constructor Details
-
ClasspathCache
public ClasspathCache()Deprecated.
-
-
Method Details
-
getCachedClassPath
public static org.apache.maven.surefire.booter.Classpath getCachedClassPath(@Nonnull String artifactId) Deprecated. -
setCachedClasspath
public static void setCachedClasspath(@Nonnull String key, @Nonnull org.apache.maven.surefire.booter.Classpath classpath) Deprecated. -
setCachedClasspath
public static org.apache.maven.surefire.booter.Classpath setCachedClasspath(@Nonnull String key, @Nonnull Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.
-