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) DefaultPluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) PluginRealmCache.get
(PluginRealmCache.Key key) PluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) PluginRealmCache.PluginRealmSupplier.load()
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) 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.