Uses of Interface
org.apache.maven.project.ProjectRealmCache.Key
-
Packages that use ProjectRealmCache.Key Package Description org.apache.maven.project -
-
Uses of ProjectRealmCache.Key in org.apache.maven.project
Classes in org.apache.maven.project that implement ProjectRealmCache.Key Modifier and Type Class Description protected static classDefaultProjectRealmCache.CacheKeyCacheKeyFields in org.apache.maven.project with type parameters of type ProjectRealmCache.Key Modifier and Type Field Description protected java.util.Map<ProjectRealmCache.Key,ProjectRealmCache.CacheRecord>DefaultProjectRealmCache. cacheMethods in org.apache.maven.project that return ProjectRealmCache.Key Modifier and Type Method Description ProjectRealmCache.KeyDefaultProjectRealmCache. createKey(java.util.List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms)ProjectRealmCache.KeyProjectRealmCache. createKey(java.util.List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms)Methods in org.apache.maven.project with parameters of type ProjectRealmCache.Key Modifier and Type Method Description ProjectRealmCache.CacheRecordDefaultProjectRealmCache. get(ProjectRealmCache.Key key)ProjectRealmCache.CacheRecordProjectRealmCache. get(ProjectRealmCache.Key key)ProjectRealmCache.CacheRecordDefaultProjectRealmCache. put(ProjectRealmCache.Key key, org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm, org.eclipse.aether.graph.DependencyFilter extensionArtifactFilter)ProjectRealmCache.CacheRecordProjectRealmCache. 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.
-