public interface ExtensionRealmCache
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtensionRealmCache.CacheRecord |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
ExtensionRealmCache.CacheRecord |
get(List<? extends Artifact> extensionArtifacts) |
ExtensionRealmCache.CacheRecord |
put(List<? extends Artifact> extensionArtifacts,
ClassRealm extensionRealm,
ExtensionDescriptor extensionDescriptor) |
void |
register(MavenProject project,
ExtensionRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
ExtensionRealmCache.CacheRecord get(List<? extends Artifact> extensionArtifacts)
ExtensionRealmCache.CacheRecord put(List<? extends Artifact> extensionArtifacts, ClassRealm extensionRealm, ExtensionDescriptor extensionDescriptor)
void flush()
void register(MavenProject project, ExtensionRealmCache.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–2013 The Apache Software Foundation. All rights reserved.