public interface ProjectRealmCache
Modifier and Type | Interface and Description |
---|---|
static class |
ProjectRealmCache.CacheRecord |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
ProjectRealmCache.CacheRecord |
get(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) |
ProjectRealmCache.CacheRecord |
put(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms,
org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm,
DependencyFilter extensionArtifactFilter) |
void |
register(MavenProject project,
ProjectRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
ProjectRealmCache.CacheRecord get(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms)
ProjectRealmCache.CacheRecord put(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms, org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm, DependencyFilter extensionArtifactFilter)
void flush()
void register(MavenProject project, ProjectRealmCache.CacheRecord record)
project
- The project that employs the plugin realm, must not be null
.record
- The cache record being used for the project, must not be null
.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.