Uses of Interface
org.apache.maven.plugin.PluginRealmCache.Key
-
Packages that use PluginRealmCache.Key Package Description org.apache.maven.plugin -
-
Uses of PluginRealmCache.Key in org.apache.maven.plugin
Classes in org.apache.maven.plugin that implement PluginRealmCache.Key Modifier and Type Class Description protected static classDefaultPluginRealmCache.CacheKeyCacheKeyFields in org.apache.maven.plugin with type parameters of type PluginRealmCache.Key Modifier and Type Field Description protected java.util.Map<PluginRealmCache.Key,PluginRealmCache.CacheRecord>DefaultPluginRealmCache. cacheMethods in org.apache.maven.plugin that return PluginRealmCache.Key Modifier and Type Method Description PluginRealmCache.KeyDefaultPluginRealmCache. createKey(Plugin plugin, java.lang.ClassLoader parentRealm, java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)PluginRealmCache.KeyPluginRealmCache. createKey(Plugin plugin, java.lang.ClassLoader parentRealm, java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)Methods in org.apache.maven.plugin with parameters of type PluginRealmCache.Key Modifier and Type Method Description PluginRealmCache.CacheRecordDefaultPluginRealmCache. get(PluginRealmCache.Key key)PluginRealmCache.CacheRecordPluginRealmCache. get(PluginRealmCache.Key key)PluginRealmCache.CacheRecordDefaultPluginRealmCache. put(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, java.util.List<Artifact> pluginArtifacts)PluginRealmCache.CacheRecordPluginRealmCache. put(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, java.util.List<Artifact> pluginArtifacts)voidDefaultPluginRealmCache. register(MavenProject project, PluginRealmCache.Key key, PluginRealmCache.CacheRecord record)voidPluginRealmCache. register(MavenProject project, PluginRealmCache.Key key, PluginRealmCache.CacheRecord record)Registers the specified cache record for usage with the given project.
-