Package | Description |
---|---|
org.apache.maven.classrealm | |
org.apache.maven.configuration | |
org.apache.maven.internal.aether | |
org.apache.maven.model | |
org.apache.maven.model.building | |
org.apache.maven.model.interpolation | |
org.apache.maven.model.io | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.management | |
org.apache.maven.model.path | |
org.apache.maven.model.plugin | |
org.apache.maven.model.profile | |
org.apache.maven.model.resolution | |
org.apache.maven.model.validation | |
org.apache.maven.plugin.prefix | |
org.apache.maven.plugin.version | |
org.apache.maven.project | |
org.apache.maven.project.inheritance | |
org.apache.maven.project.interpolation | |
org.apache.maven.project.path | |
org.apache.maven.project.validation | |
org.apache.maven.repository.internal |
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
|
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.classworlds.realm.ClassRealm |
DefaultClassRealmManager.createProjectRealm(Model model,
List<org.eclipse.aether.artifact.Artifact> artifacts) |
org.codehaus.plexus.classworlds.realm.ClassRealm |
ClassRealmManager.createProjectRealm(Model model,
List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm for the specified project and its build extensions.
|
Modifier and Type | Method and Description |
---|---|
DefaultBeanConfigurationRequest |
DefaultBeanConfigurationRequest.setConfiguration(Model model,
String pluginGroupId,
String pluginArtifactId,
String pluginExecutionId)
Sets the configuration to the configuration taken from the specified build plugin in the POM.
|
Modifier and Type | Method and Description |
---|---|
Model |
MavenChainedWorkspaceReader.findModel(org.eclipse.aether.artifact.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Model |
Model.clone() |
Modifier and Type | Method and Description |
---|---|
static List<Model> |
Model.modelToApiV3(List<Model> list) |
Modifier and Type | Method and Description |
---|---|
static List<Model> |
Model.modelToApiV4(List<Model> list) |
Modifier and Type | Method and Description |
---|---|
Model |
ModelBuildingResult.getEffectiveModel()
Gets the assembled model.
|
Model |
DefaultModelBuildingRequest.getFileModel() |
Model |
ModelBuildingRequest.getFileModel()
Gets the file model to build (with profile activation).
|
Model |
ModelBuildingResult.getFileModel() |
Model |
ModelBuildingException.getModel()
Gets the model that could not be built properly.
|
Model |
ModelBuildingEvent.getModel()
Gets the model being built.
|
Model |
DefaultModelBuildingRequest.getRawModel() |
Model |
ModelBuildingRequest.getRawModel()
Deprecated.
rawModel is never set, instead the fileModel is set
|
Model |
ModelBuildingResult.getRawModel()
Gets the raw model as it was read from the input model source.
|
Model |
TransformerContext.getRawModel(Path pomFile)
Get the model based on the path, will be used to resolve the parent based on relativePath
|
Model |
ModelBuildingResult.getRawModel(String modelId)
Gets the specified raw model as it was read from a model source.
|
Model |
TransformerContext.getRawModel(String groupId,
String artifactId)
Get the model from the reactor based on the groupId and artifactId, will be used for reactor dependencies
|
Modifier and Type | Method and Description |
---|---|
Result<? extends Model> |
DefaultModelBuilder.buildRawModel(File pomFile,
int validationLevel,
boolean locationTracking) |
Result<? extends Model> |
ModelBuilder.buildRawModel(File pomFile,
int validationLevel,
boolean locationTracking)
Performs only the part of
ModelBuilder.build(ModelBuildingRequest) that loads the raw model |
Modifier and Type | Method and Description |
---|---|
ModelBuildingRequest |
DefaultModelBuildingRequest.setFileModel(Model fileModel) |
ModelBuildingRequest |
ModelBuildingRequest.setFileModel(Model fileModel)
Set the file model with profile activation
|
ModelBuildingRequest |
DefaultModelBuildingRequest.setRawModel(Model rawModel) |
ModelBuildingRequest |
ModelBuildingRequest.setRawModel(Model rawModel)
Deprecated.
setting the rawModel has no effect, instead the fileModel of phase one will be set
|
Constructor and Description |
---|
DefaultModelProblem(String message,
ModelProblem.Severity severity,
ModelProblem.Version version,
Model source,
int lineNumber,
int columnNumber,
Exception exception)
Creates a new problem with the specified message and exception.
|
ModelBuildingException(Model model,
String modelId,
List<ModelProblem> problems)
Deprecated.
Use
ModelBuildingException(ModelBuildingResult) instead. |
Modifier and Type | Method and Description |
---|---|
Model |
AbstractStringBasedModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Model |
ModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
Model |
AbstractStringBasedModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Model |
ModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWriter.write(File output,
Map<String,Object> options,
Model model)
Writes the supplied model to the specified file.
|
void |
DefaultModelWriter.write(File output,
Map<String,Object> options,
Model model) |
void |
ModelWriter.write(OutputStream output,
Map<String,Object> options,
Model model)
Writes the supplied model to the specified byte stream.
|
void |
DefaultModelWriter.write(OutputStream output,
Map<String,Object> options,
Model model) |
void |
ModelWriter.write(Writer output,
Map<String,Object> options,
Model model)
Writes the supplied model to the specified character writer.
|
void |
DefaultModelWriter.write(Writer output,
Map<String,Object> options,
Model model) |
Modifier and Type | Method and Description |
---|---|
Model |
MavenXpp3Reader.read(InputStream in)
Method read.
|
Model |
MavenXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
Model |
MavenXpp3ReaderEx.read(InputStream in,
boolean strict,
InputSource source)
Method read.
|
Model |
MavenXpp3ReaderEx.read(InputStream in,
InputSource source)
Method read.
|
Model |
MavenXpp3Reader.read(Reader reader) |
Model |
MavenXpp3Reader.read(Reader reader,
boolean strict) |
Model |
MavenXpp3ReaderEx.read(Reader reader,
boolean strict,
InputSource source) |
Model |
MavenXpp3ReaderEx.read(Reader reader,
InputSource source) |
Model |
MavenXpp3Reader.read(XmlPullParser parser,
boolean strict)
Method read.
|
Model |
MavenXpp3ReaderEx.read(XmlPullParser parser,
boolean strict,
InputSource source)
Method read.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenXpp3WriterEx.write(OutputStream stream,
Model model)
Method write.
|
void |
MavenXpp3Writer.write(OutputStream stream,
Model model)
Method write.
|
void |
MavenXpp3WriterEx.write(Writer writer,
Model model)
Method write.
|
void |
MavenXpp3Writer.write(Writer writer,
Model model)
Method write.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
PluginManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges default values from the plugin management section of the given model into itself.
|
void |
DefaultPluginManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DependencyManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges default values from the dependency management section of the given model into itself.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPathTranslator.alignToBaseDirectory(Model model,
File basedir,
ModelBuildingRequest request)
Resolves the well-known paths of the specified model against the given base directory.
|
void |
DefaultModelPathTranslator.alignToBaseDirectory(Model modelV3,
File basedir,
ModelBuildingRequest request) |
void |
DefaultModelUrlNormalizer.normalize(Model model,
ModelBuildingRequest request) |
void |
ModelUrlNormalizer.normalize(Model model,
ModelBuildingRequest request)
Normalizes the well-known URLs of the specified model.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportingConverter.convertReporting(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x.
|
void |
DefaultReportingConverter.convertReporting(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ReportConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from general report plugin configuration into the individual reports sets of the given model.
|
void |
DefaultPluginConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
PluginConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from general build plugin configuration into the individual plugin executions of the given model.
|
void |
DefaultReportConfigurationExpander.expandPluginConfiguration(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DefaultLifecycleBindingsInjector.injectLifecycleBindings(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
LifecycleBindingsInjector.injectLifecycleBindings(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Injects plugin executions induced by lifecycle bindings into the specified model.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProfileInjector.injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ProfileInjector.injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified profile into the given model.
|
Modifier and Type | Method and Description |
---|---|
Model |
WorkspaceModelResolver.resolveEffectiveModel(String groupId,
String artifactId,
String versionConstraint) |
Model |
WorkspaceModelResolver.resolveRawModel(String groupId,
String artifactId,
String versionConstraint) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelValidator.validateEffectiveModel(Model ma,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelValidator.validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values.
|
void |
DefaultModelValidator.validateFileModel(Model ma,
ModelBuildingRequest request,
ModelProblemCollector problems) |
default void |
ModelValidator.validateFileModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified file model for missing or invalid values.
|
void |
DefaultModelValidator.validateRawModel(Model ma,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelValidator.validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values.
|
Modifier and Type | Method and Description |
---|---|
Model |
DefaultPluginPrefixRequest.getPom() |
Model |
PluginPrefixRequest.getPom()
Gets the POM whose build plugins are to be scanned for the prefix.
|
Modifier and Type | Method and Description |
---|---|
DefaultPluginPrefixRequest |
DefaultPluginPrefixRequest.setPom(Model pom) |
PluginPrefixRequest |
PluginPrefixRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the prefix.
|
Modifier and Type | Method and Description |
---|---|
Model |
DefaultPluginVersionRequest.getPom() |
Model |
PluginVersionRequest.getPom()
Gets the POM whose build plugins are to be scanned for the version.
|
Modifier and Type | Method and Description |
---|---|
DefaultPluginVersionRequest |
DefaultPluginVersionRequest.setPom(Model pom) |
PluginVersionRequest |
PluginVersionRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the version.
|
Modifier and Type | Method and Description |
---|---|
Model |
MavenProject.getModel() |
Model |
MavenProject.getOriginalModel() |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultProjectBuildingHelper.createProjectRealm(MavenProject project,
Model model,
ProjectBuildingRequest request) |
void |
MavenProject.setModel(Model model) |
void |
MavenProject.setOriginalModel(Model originalModel) |
Constructor and Description |
---|
MavenProject(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ModelInheritanceAssembler.assembleModelInheritance(Model child,
Model parent)
Deprecated.
|
void |
DefaultModelInheritanceAssembler.assembleModelInheritance(Model child,
Model parent) |
void |
ModelInheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
String childPathAdjustment)
Deprecated.
|
void |
DefaultModelInheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
String childPathAdjustment) |
void |
ModelInheritanceAssembler.copyModel(Model dest,
Model source)
Deprecated.
|
void |
DefaultModelInheritanceAssembler.copyModel(Model dest,
Model source) |
Modifier and Type | Method and Description |
---|---|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<org.codehaus.plexus.interpolation.InterpolationPostProcessor> |
AbstractStringBasedModelInterpolator.createPostProcessors(Model model,
File projectDir,
ProjectBuilderConfiguration config)
Deprecated.
|
protected List<org.codehaus.plexus.interpolation.ValueSource> |
AbstractStringBasedModelInterpolator.createValueSources(Model model,
File projectDir,
ProjectBuilderConfiguration config)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
String |
AbstractStringBasedModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debug)
Deprecated.
Interpolates all expressions in the src parameter.
|
String |
ModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
protected void |
StringSearchModelInterpolator.interpolateObject(Object obj,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPathTranslator.alignToBaseDirectory(Model model,
File basedir)
Deprecated.
|
void |
PathTranslator.alignToBaseDirectory(Model model,
File basedir)
Deprecated.
|
void |
DefaultPathTranslator.unalignFromBaseDirectory(Model model,
File basedir)
Deprecated.
|
void |
PathTranslator.unalignFromBaseDirectory(Model model,
File basedir)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelValidationResult |
DefaultModelValidator.validate(Model model)
Deprecated.
|
ModelValidationResult |
ModelValidator.validate(Model model)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Model |
MavenWorkspaceReader.findModel(org.eclipse.aether.artifact.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDescriptorReaderDelegate.populateResult(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.ArtifactDescriptorResult result,
Model model) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.