Package | Description |
---|---|
org.apache.maven.plugin |
Modifier and Type | Field and Description |
---|---|
protected Map<PluginRealmCache.Key,PluginRealmCache.CacheRecord> |
DefaultPluginRealmCache.cache |
Modifier and Type | Method and Description |
---|---|
PluginRealmCache.CacheRecord |
DefaultPluginRealmCache.get(PluginRealmCache.Key key) |
PluginRealmCache.CacheRecord |
PluginRealmCache.get(PluginRealmCache.Key key) |
PluginRealmCache.CacheRecord |
DefaultPluginRealmCache.put(PluginRealmCache.Key key,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
List<Artifact> pluginArtifacts) |
PluginRealmCache.CacheRecord |
PluginRealmCache.put(PluginRealmCache.Key key,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
List<Artifact> pluginArtifacts) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPluginRealmCache.register(MavenProject project,
PluginRealmCache.Key key,
PluginRealmCache.CacheRecord record) |
void |
PluginRealmCache.register(MavenProject project,
PluginRealmCache.Key key,
PluginRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.