Class ClasspathCache

java.lang.Object
org.apache.maven.plugin.surefire.ClasspathCache

@Deprecated public class ClasspathCache extends Object
Deprecated.
  • Field Details

  • Constructor Details

    • ClasspathCache

      public ClasspathCache()
      Deprecated.
  • Method Details

    • getCachedClassPath

      public static Classpath getCachedClassPath(@Nonnull String artifactId)
      Deprecated.
    • setCachedClasspath

      public static void setCachedClasspath(@Nonnull String key, @Nonnull Classpath classpath)
      Deprecated.
    • setCachedClasspath

      public static Classpath setCachedClasspath(@Nonnull String key, @Nonnull Set<org.apache.maven.artifact.Artifact> artifacts)
      Deprecated.