Package | Description |
---|---|
org.apache.maven.plugin |
Modifier and Type | Method and Description |
---|---|
ExtensionRealmCache.CacheRecord |
ExtensionRealmCache.get(List<? extends Artifact> extensionArtifacts) |
ExtensionRealmCache.CacheRecord |
DefaultExtensionRealmCache.get(List<? extends Artifact> extensionArtifacts) |
ExtensionRealmCache.CacheRecord |
ExtensionRealmCache.put(List<? extends Artifact> extensionArtifacts,
ClassRealm extensionRealm,
ExtensionDescriptor extensionDescriptor) |
ExtensionRealmCache.CacheRecord |
DefaultExtensionRealmCache.put(List<? extends Artifact> extensionArtifacts,
ClassRealm extensionRealm,
ExtensionDescriptor extensionDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionRealmCache.register(MavenProject project,
ExtensionRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
void |
DefaultExtensionRealmCache.register(MavenProject project,
ExtensionRealmCache.CacheRecord record) |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.