Uses of Interface
org.apache.maven.project.ProjectRealmCache.Key
Packages that use ProjectRealmCache.Key
-
Uses of ProjectRealmCache.Key in org.apache.maven.project
Classes in org.apache.maven.project that implement ProjectRealmCache.KeyModifier and TypeClassDescriptionprotected static class
CacheKeyFields in org.apache.maven.project with type parameters of type ProjectRealmCache.KeyModifier and TypeFieldDescriptionprotected final Map<ProjectRealmCache.Key,
ProjectRealmCache.CacheRecord> DefaultProjectRealmCache.cache
Methods in org.apache.maven.project that return ProjectRealmCache.KeyModifier and TypeMethodDescriptionDefaultProjectRealmCache.createKey
(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) ProjectRealmCache.createKey
(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) Methods in org.apache.maven.project with parameters of type ProjectRealmCache.KeyModifier 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.