public class ClasspathCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath> |
CLASSPATHS |
Constructor and Description |
---|
ClasspathCache() |
Modifier and Type | Method and Description |
---|---|
static Classpath |
getCachedClassPath(java.lang.String artifactId) |
static void |
setCachedClasspath(java.lang.String key,
Classpath classpath) |
private static final java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath> CLASSPATHS