Uses of Interface
org.apache.maven.plugin.ExtensionRealmCache.Key
-
Uses of ExtensionRealmCache.Key in org.apache.maven.plugin
Modifier and TypeClassDescriptionprotected static class
CacheKeyModifier and TypeFieldDescriptionprotected final Map
<ExtensionRealmCache.Key, ExtensionRealmCache.CacheRecord> DefaultExtensionRealmCache.cache
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionDefaultExtensionRealmCache.get
(ExtensionRealmCache.Key key) ExtensionRealmCache.get
(ExtensionRealmCache.Key key) DefaultExtensionRealmCache.put
(ExtensionRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm extensionRealm, ExtensionDescriptor extensionDescriptor, List<Artifact> artifacts) ExtensionRealmCache.put
(ExtensionRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm extensionRealm, ExtensionDescriptor extensionDescriptor, List<Artifact> artifacts) void
DefaultExtensionRealmCache.register
(MavenProject project, ExtensionRealmCache.Key key, ExtensionRealmCache.CacheRecord record) void
ExtensionRealmCache.register
(MavenProject project, ExtensionRealmCache.Key key, ExtensionRealmCache.CacheRecord record) Registers the specified cache record for usage with the given project.