Class ClasspathCache


  • public class ClasspathCache
    extends java.lang.Object
    Author:
    Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      ClasspathCache()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.maven.surefire.booter.Classpath getCachedClassPath​(java.lang.String artifactId)  
      static org.apache.maven.surefire.booter.Classpath setCachedClasspath​(java.lang.String key, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)  
      static void setCachedClasspath​(java.lang.String key, org.apache.maven.surefire.booter.Classpath classpath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClasspathCache

        public ClasspathCache()
    • Method Detail

      • getCachedClassPath

        public static org.apache.maven.surefire.booter.Classpath getCachedClassPath​(@Nonnull
                                                                                    java.lang.String artifactId)
      • setCachedClasspath

        public static void setCachedClasspath​(@Nonnull
                                              java.lang.String key,
                                              @Nonnull
                                              org.apache.maven.surefire.booter.Classpath classpath)
      • 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)