Package | Description |
---|---|
org.apache.maven.project |
Modifier and Type | Class and Description |
---|---|
protected static class |
DefaultProjectRealmCache.CacheKey |
Modifier and Type | Field and Description |
---|---|
protected Map<ProjectRealmCache.Key,ProjectRealmCache.CacheRecord> |
DefaultProjectRealmCache.cache |
Modifier and Type | Method and Description |
---|---|
ProjectRealmCache.Key |
ProjectRealmCache.createKey(List<? extends ClassRealm> extensionRealms) |
ProjectRealmCache.Key |
DefaultProjectRealmCache.createKey(List<? extends ClassRealm> extensionRealms) |
Modifier and Type | Method and Description |
---|---|
ProjectRealmCache.CacheRecord |
ProjectRealmCache.get(ProjectRealmCache.Key key) |
ProjectRealmCache.CacheRecord |
DefaultProjectRealmCache.get(ProjectRealmCache.Key key) |
ProjectRealmCache.CacheRecord |
ProjectRealmCache.put(ProjectRealmCache.Key key,
ClassRealm projectRealm,
DependencyFilter extensionArtifactFilter) |
ProjectRealmCache.CacheRecord |
DefaultProjectRealmCache.put(ProjectRealmCache.Key key,
ClassRealm projectRealm,
DependencyFilter extensionArtifactFilter) |
void |
ProjectRealmCache.register(MavenProject project,
ProjectRealmCache.Key key,
ProjectRealmCache.CacheRecord record)
Registers the specified cache record for usage with the given project.
|
void |
DefaultProjectRealmCache.register(MavenProject project,
ProjectRealmCache.Key key,
ProjectRealmCache.CacheRecord record) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.