Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.project | |
org.apache.maven.repository.internal |
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
|
Modifier and Type | Field and Description |
---|---|
private ModelCache |
DefaultModelBuildingRequest.modelCache |
Modifier and Type | Method and Description |
---|---|
ModelCache |
FilterModelBuildingRequest.getModelCache() |
ModelCache |
DefaultModelBuildingRequest.getModelCache() |
ModelCache |
ModelBuildingRequest.getModelCache()
Gets the model cache to use for reuse of previously built models.
|
Modifier and Type | Method and Description |
---|---|
private <T> T |
DefaultModelBuilder.getCache(ModelCache modelCache,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
ModelCacheTag<T> tag) |
private <T> void |
DefaultModelBuilder.putCache(ModelCache modelCache,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
ModelCacheTag<T> tag,
T data) |
FilterModelBuildingRequest |
FilterModelBuildingRequest.setModelCache(ModelCache modelCache) |
DefaultModelBuildingRequest |
DefaultModelBuildingRequest.setModelCache(ModelCache modelCache) |
ModelBuildingRequest |
ModelBuildingRequest.setModelCache(ModelCache modelCache)
Sets the model cache to use for reuse of previously built models.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ReactorModelCache
A simple model cache used to accelerate model building during a reactor build.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultModelCache
A model builder cache backed by the repository system cache.
|
Modifier and Type | Method and Description |
---|---|
static ModelCache |
DefaultModelCache.newInstance(org.eclipse.aether.RepositorySystemSession session) |