Uses of Interface
org.apache.maven.plugin.PluginRealmCache.Key
Packages that use PluginRealmCache.Key
-
Uses of PluginRealmCache.Key in org.apache.maven.plugin
Classes in org.apache.maven.plugin that implement PluginRealmCache.KeyModifier and TypeClassDescriptionprotected static class
CacheKeyFields in org.apache.maven.plugin with type parameters of type PluginRealmCache.KeyModifier and TypeFieldDescriptionprotected final Map<PluginRealmCache.Key,
PluginRealmCache.CacheRecord> DefaultPluginRealmCache.cache
Methods in org.apache.maven.plugin that return PluginRealmCache.KeyModifier and TypeMethodDescriptionDefaultPluginRealmCache.createKey
(Plugin plugin, ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginRealmCache.createKey
(Plugin plugin, ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Methods in org.apache.maven.plugin with parameters of type PluginRealmCache.KeyModifier and TypeMethodDescriptionDefaultPluginRealmCache.get
(PluginRealmCache.Key key) DefaultPluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) PluginRealmCache.get
(PluginRealmCache.Key key) PluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) DefaultPluginRealmCache.put
(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, List<Artifact> pluginArtifacts) PluginRealmCache.put
(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, List<Artifact> pluginArtifacts) 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.