Uses of Interface
org.apache.maven.project.ProjectRealmCache.Key
-
Uses of ProjectRealmCache.Key in org.apache.maven.project
Modifier and TypeClassDescriptionprotected static class
CacheKeyModifier and TypeFieldDescriptionprotected final Map
<ProjectRealmCache.Key, ProjectRealmCache.CacheRecord> DefaultProjectRealmCache.cache
Modifier and TypeMethodDescriptionDefaultProjectRealmCache.createKey
(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) ProjectRealmCache.createKey
(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) Modifier and TypeMethodDescriptionDefaultProjectRealmCache.get
(ProjectRealmCache.Key key) ProjectRealmCache.get
(ProjectRealmCache.Key key) DefaultProjectRealmCache.put
(ProjectRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm, org.eclipse.aether.graph.DependencyFilter extensionArtifactFilter) ProjectRealmCache.put
(ProjectRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm, org.eclipse.aether.graph.DependencyFilter extensionArtifactFilter) void
DefaultProjectRealmCache.register
(MavenProject project, ProjectRealmCache.Key key, ProjectRealmCache.CacheRecord record) void
ProjectRealmCache.register
(MavenProject project, ProjectRealmCache.Key key, ProjectRealmCache.CacheRecord record) Registers the specified cache record for usage with the given project.