Uses of Class
org.apache.maven.plugin.PluginRealmCache.CacheRecord
-
Packages that use PluginRealmCache.CacheRecord Package Description org.apache.maven.plugin -
-
Uses of PluginRealmCache.CacheRecord in org.apache.maven.plugin
Fields in org.apache.maven.plugin with type parameters of type PluginRealmCache.CacheRecord Modifier and Type Field Description protected java.util.Map<PluginRealmCache.Key,PluginRealmCache.CacheRecord>DefaultPluginRealmCache. cacheMethods in org.apache.maven.plugin that return PluginRealmCache.CacheRecord 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<org.apache.maven.artifact.Artifact> pluginArtifacts)PluginRealmCache.CacheRecordPluginRealmCache. put(PluginRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts)Methods in org.apache.maven.plugin with parameters of type PluginRealmCache.CacheRecord Modifier and Type Method Description 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.
-