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 |
Model.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelBuildingResult.getEffectiveModel()
Gets the assembled model.
|
Model |
ModelBuildingException.getModel()
Gets the model that could not be built properly.
|
Model |
ModelBuildingEvent.getModel()
Gets the model being built.
|
Model |
ModelBuildingResult.getRawModel()
Gets the raw model as it was read from the input model source.
|
Model |
ModelBuildingRequest.getRawModel()
Gets the raw model to build.
|
Model |
DefaultModelBuildingRequest.getRawModel() |
Model |
ModelBuildingResult.getRawModel(String modelId)
Gets the specified raw model as it was read from a model source.
|
Model |
DefaultModelProcessor.read(File input,
Map<String,?> options) |
Model |
DefaultModelProcessor.read(InputStream input,
Map<String,?> options) |
Model |
DefaultModelProcessor.read(Reader input,
Map<String,?> options) |
Modifier and Type | Method and Description |
---|---|
Result<? extends Model> |
ModelBuilder.buildRawModel(File pomFile,
int validationLevel,
boolean locationTracking)
Performs only the part of
ModelBuilder.build(ModelBuildingRequest) that loads the raw model |
Result<? extends Model> |
DefaultModelBuilder.buildRawModel(File pomFile,
int validationLevel,
boolean locationTracking) |
Modifier and Type | Method and Description |
---|---|
ModelBuildingRequest |
ModelBuildingRequest.setRawModel(Model rawModel)
Set raw model.
|
ModelBuildingRequest |
DefaultModelBuildingRequest.setRawModel(Model rawModel) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyManagementImporter.importManagement(Model target,
List<? extends DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems)
Imports the specified dependency management sections into the given target model.
|
void |
DefaultDependencyManagementImporter.importManagement(Model target,
List<? extends DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
void |
InheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified parent model into the given child model.
|
void |
DefaultInheritanceAssembler.assembleModelInheritance(Model child,
Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
Model |
StringSearchModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
Model |
ModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems)
Interpolates expressions in the specified model.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends org.codehaus.plexus.interpolation.InterpolationPostProcessor> |
AbstractStringBasedModelInterpolator.createPostProcessors(Model model,
File projectDir,
ModelBuildingRequest config) |
protected List<org.codehaus.plexus.interpolation.ValueSource> |
AbstractStringBasedModelInterpolator.createValueSources(Model model,
File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
Model |
StringSearchModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
Model |
ModelInterpolator.interpolateModel(Model model,
File projectDir,
ModelBuildingRequest request,
ModelProblemCollector problems)
Interpolates expressions in the specified model.
|
protected void |
StringSearchModelInterpolator.interpolateObject(Object obj,
Model model,
File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
Model |
ModelReader.read(File input,
Map<String,?> options)
Reads the model from the specified file.
|
Model |
DefaultModelReader.read(File input,
Map<String,?> options) |
Model |
ModelReader.read(InputStream input,
Map<String,?> options)
Reads the model from the specified byte stream.
|
Model |
DefaultModelReader.read(InputStream input,
Map<String,?> options) |
Model |
ModelReader.read(Reader input,
Map<String,?> options)
Reads the model from the specified character reader.
|
Model |
DefaultModelReader.read(Reader input,
Map<String,?> options) |
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 |
MavenXpp3Reader.read(Reader reader) |
Model |
MavenXpp3Reader.read(Reader reader,
boolean strict) |
Model |
MavenXpp3ReaderEx.read(Reader reader,
boolean strict,
InputSource source) |
Modifier and Type | Method and Description |
---|---|
void |
MavenXpp3Writer.write(OutputStream stream,
Model model)
Method write.
|
void |
MavenXpp3Writer.write(Writer writer,
Model model)
Method write.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges default values from the plugin management section of the given model into itself.
|
void |
DependencyManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges default values from the dependency management section of the given model into itself.
|
void |
DefaultPluginManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DefaultDependencyManagementInjector.injectManagement(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
DefaultPluginManagementInjector.ManagementModelMerger.mergeManagedBuildPlugins(Model model) |
void |
DefaultDependencyManagementInjector.ManagementModelMerger.mergeManagedDependencies(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ModelMerger.merge(Model target,
Model source,
boolean sourceDominant,
Map<?,?> hints)
Merges the specified source object into the given target object.
|
protected void |
MavenModelMerger.mergeModel_ArtifactId(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_ArtifactId(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Build(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_CiManagement(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_CiManagement(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Contributors(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Contributors(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Description(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Developers(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Developers(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_GroupId(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_InceptionYear(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_IssueManagement(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_IssueManagement(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Licenses(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Licenses(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_MailingLists(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_MailingLists(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_ModelVersion(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_ModelVersion(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Name(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Name(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Organization(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Organization(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Packaging(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Parent(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Prerequisites(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Prerequisites(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Profiles(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Profiles(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Scm(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel_Url(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Url(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel_Version(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeModel(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeModel(Model target,
Model source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
ModelNormalizer.injectDefaultValues(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Sets default values in the specified model that for technical reasons cannot be set directly in the Modello
definition.
|
void |
DefaultModelNormalizer.injectDefaultValues(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelNormalizer.mergeDuplicates(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges duplicate elements like multiple declarations of the same build plugin in the specified model.
|
void |
DefaultModelNormalizer.mergeDuplicates(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
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 model,
File basedir,
ModelBuildingRequest request) |
void |
ModelUrlNormalizer.normalize(Model model,
ModelBuildingRequest request)
Normalizes the well-known URLs of the specified model.
|
void |
DefaultModelUrlNormalizer.normalize(Model model,
ModelBuildingRequest request) |
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 |
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 |
DefaultPluginConfigurationExpander.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.
|
void |
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.merge(Model target,
Model source) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileInjector.injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified profile into the given model.
|
void |
DefaultProfileInjector.injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems) |
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 |
---|---|
Model |
SuperPomProvider.getSuperModel(String version)
Gets the super POM for the specified model version.
|
Model |
DefaultSuperPomProvider.getSuperModel(String version) |
Modifier and Type | Method and Description |
---|---|
void |
ModelValidator.validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values.
|
void |
DefaultModelValidator.validateEffectiveModel(Model m,
ModelBuildingRequest request,
ModelProblemCollector problems) |
void |
ModelValidator.validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values.
|
void |
DefaultModelValidator.validateRawModel(Model m,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
Model |
PluginPrefixRequest.getPom()
Gets the POM whose build plugins are to be scanned for the prefix.
|
Model |
DefaultPluginPrefixRequest.getPom() |
Modifier and Type | Method and Description |
---|---|
PluginPrefixRequest |
PluginPrefixRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the prefix.
|
DefaultPluginPrefixRequest |
DefaultPluginPrefixRequest.setPom(Model pom) |
Modifier and Type | Method and Description |
---|---|
Model |
PluginVersionRequest.getPom()
Gets the POM whose build plugins are to be scanned for the version.
|
Model |
DefaultPluginVersionRequest.getPom() |
Modifier and Type | Method and Description |
---|---|
PluginVersionRequest |
PluginVersionRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the version.
|
DefaultPluginVersionRequest |
DefaultPluginVersionRequest.setPom(Model pom) |
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 |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.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 |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
String |
ModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
String |
AbstractStringBasedModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debug)
Deprecated.
Interpolates all expressions in the src parameter.
|
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 |
ModelValidator.validate(Model model)
Deprecated.
|
ModelValidationResult |
DefaultModelValidator.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–2018 The Apache Software Foundation. All rights reserved.