Uses of Class
org.apache.maven.plugin.PluginRealmCache.CacheRecord
Packages that use PluginRealmCache.CacheRecord
-
Uses of PluginRealmCache.CacheRecord in org.apache.maven.plugin
Fields in org.apache.maven.plugin with type parameters of type PluginRealmCache.CacheRecordModifier and TypeFieldDescriptionprotected final Map<PluginRealmCache.Key,
PluginRealmCache.CacheRecord> DefaultPluginRealmCache.cache
Methods in org.apache.maven.plugin that return PluginRealmCache.CacheRecordModifier and TypeMethodDescriptionDefaultPluginRealmCache.get
(PluginRealmCache.Key key) PluginRealmCache.get
(PluginRealmCache.Key key) DefaultPluginRealmCache.put
(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, List<org.apache.maven.artifact.Artifact> pluginArtifacts) PluginRealmCache.put
(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, List<org.apache.maven.artifact.Artifact> pluginArtifacts) Methods in org.apache.maven.plugin with parameters of type PluginRealmCache.CacheRecordModifier and TypeMethodDescriptionvoid
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.