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 classCacheKeyFields in org.apache.maven.project with type parameters of type ProjectRealmCache.KeyModifier and TypeFieldDescriptionprotected final Map<ProjectRealmCache.Key, ProjectRealmCache.CacheRecord> DefaultProjectRealmCache.cacheMethods 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) voidDefaultProjectRealmCache.register(MavenProject project, ProjectRealmCache.Key key, ProjectRealmCache.CacheRecord record_) voidProjectRealmCache.register(MavenProject project, ProjectRealmCache.Key key, ProjectRealmCache.CacheRecord record_) Registers the specified cache record for usage with the given project.