Package | Description |
---|---|
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
ProjectRealmCache.CacheRecord |
DefaultProjectBuildingHelper.createProjectRealm(MavenProject project,
Model model,
ProjectBuildingRequest request) |
ProjectRealmCache.CacheRecord |
ProjectBuildingHelper.createProjectRealm(MavenProject project,
Model model,
ProjectBuildingRequest request)
Creates the project realm that hosts the build extensions of the specified model.
|
ProjectRealmCache.CacheRecord |
DefaultProjectRealmCache.get(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) |
ProjectRealmCache.CacheRecord |
ProjectRealmCache.get(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms) |
ProjectRealmCache.CacheRecord |
DefaultProjectRealmCache.put(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms,
org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm,
org.sonatype.aether.graph.DependencyFilter extensionArtifactFilter) |
ProjectRealmCache.CacheRecord |
ProjectRealmCache.put(List<? extends org.codehaus.plexus.classworlds.realm.ClassRealm> extensionRealms,
org.codehaus.plexus.classworlds.realm.ClassRealm projectRealm,
org.sonatype.aether.graph.DependencyFilter extensionArtifactFilter) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectRealmCache.register(MavenProject project,
ProjectRealmCache.CacheRecord record) |
void |
ProjectRealmCache.register(MavenProject project,
ProjectRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.