Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractModelBuildingListener - Class in org.apache.maven.model.building
-
Provides a skeleton implementation for model building listeners.
- AbstractModelBuildingListener() - Constructor for class org.apache.maven.model.building.AbstractModelBuildingListener
- AbstractStringBasedModelInterpolator - Class in org.apache.maven.model.interpolation
-
Use a regular expression search to find and resolve expressions within the POM.
- AbstractStringBasedModelInterpolator() - Constructor for class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- add(ModelProblemCollectorRequest) - Method in interface org.apache.maven.model.building.ModelProblemCollector
-
Adds the specified problem.
- addProblem(Result<T>, ModelProblem) - Static method in class org.apache.maven.model.building.Result
-
New result consisting of given result and new problem.
- addProblems(Result<T>, Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
New result that includes the given
- addProblems(Result<T>, Result<?>...) - Static method in class org.apache.maven.model.building.Result
- addProfileActivator(ProfileActivator) - Method in class org.apache.maven.model.profile.DefaultProfileSelector
- addRepository(Repository) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Adds a repository to use for subsequent resolution requests.
- addRepository(Repository, boolean) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Adds a repository to use for subsequent resolution requests.
- alignToBaseDirectory(String, File) - Method in class org.apache.maven.model.path.DefaultPathTranslator
- alignToBaseDirectory(String, File) - Method in interface org.apache.maven.model.path.PathTranslator
-
Resolves the specified path against the given base directory.
- alignToBaseDirectory(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.path.DefaultModelPathTranslator
- alignToBaseDirectory(Model, File, ModelBuildingRequest) - Method in interface org.apache.maven.model.path.ModelPathTranslator
-
Resolves the well-known paths of the specified model against the given base directory.
- ARTIFACT_ID - Static variable in class org.apache.maven.model.merge.MavenModelMerger
-
The context key for the artifact id of the target model.
- assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler
- assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.inheritance.InheritanceAssembler
-
Merges values from the specified parent model into the given child model.
B
- BASE - Enum constant in enum org.apache.maven.model.building.ModelProblem.Version
- build(ModelBuildingRequest) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Builds the effective model of the specified POM.
- build(ModelBuildingRequest, Collection<String>) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest, ModelBuildingResult) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest, ModelBuildingResult) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Builds the effective model by completing the specified interim result which was produced by a previous call to
ModelBuilder.build(ModelBuildingRequest)
withModelBuildingRequest.isTwoPhaseBuilding()
beingtrue
. - BUILD_TIMESTAMP_FORMAT_PROPERTY - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- buildExtensionsAssembled(ModelBuildingEvent) - Method in class org.apache.maven.model.building.AbstractModelBuildingListener
- buildExtensionsAssembled(ModelBuildingEvent) - Method in interface org.apache.maven.model.building.ModelBuildingListener
-
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
- buildRawModel(File, int, boolean) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- buildRawModel(File, int, boolean) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Performs only the part of
ModelBuilder.build(ModelBuildingRequest)
that loads the raw model
C
- CHILD_PATH_ADJUSTMENT - Static variable in class org.apache.maven.model.merge.MavenModelMerger
-
The hint key for the child path adjustment used during inheritance for URL calculations.
- convertReporting(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.plugin.DefaultReportingConverter
- convertReporting(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.plugin.ReportingConverter
-
Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x.
- createPostProcessors(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- createRecursionInterceptor() - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- createValueSources(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
D
- DEFAULT_BUILD_TIME_ZONE - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- DEFAULT_BUILD_TIMESTAMP_FORMAT - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- DefaultDependencyManagementImporter - Class in org.apache.maven.model.composition
-
Handles the import of dependency management from other models into the target model.
- DefaultDependencyManagementImporter() - Constructor for class org.apache.maven.model.composition.DefaultDependencyManagementImporter
- DefaultDependencyManagementInjector - Class in org.apache.maven.model.management
-
Handles injection of dependency management into the model.
- DefaultDependencyManagementInjector() - Constructor for class org.apache.maven.model.management.DefaultDependencyManagementInjector
- DefaultDependencyManagementInjector.ManagementModelMerger - Class in org.apache.maven.model.management
-
ManagementModelMerger
- DefaultInheritanceAssembler - Class in org.apache.maven.model.inheritance
-
Handles inheritance of model values.
- DefaultInheritanceAssembler() - Constructor for class org.apache.maven.model.inheritance.DefaultInheritanceAssembler
- DefaultInheritanceAssembler.InheritanceModelMerger - Class in org.apache.maven.model.inheritance
-
InheritanceModelMerger
- DefaultModelBuilder - Class in org.apache.maven.model.building
- DefaultModelBuilder() - Constructor for class org.apache.maven.model.building.DefaultModelBuilder
- DefaultModelBuilderFactory - Class in org.apache.maven.model.building
-
A factory to create model builder instances when no dependency injection is available.
- DefaultModelBuilderFactory() - Constructor for class org.apache.maven.model.building.DefaultModelBuilderFactory
- DefaultModelBuildingRequest - Class in org.apache.maven.model.building
-
Collects settings that control building of effective models.
- DefaultModelBuildingRequest() - Constructor for class org.apache.maven.model.building.DefaultModelBuildingRequest
-
Creates an empty request.
- DefaultModelBuildingRequest(ModelBuildingRequest) - Constructor for class org.apache.maven.model.building.DefaultModelBuildingRequest
-
Creates a shallow copy of the specified request.
- DefaultModelLocator - Class in org.apache.maven.model.locator
-
Locates a POM file within a project base directory.
- DefaultModelLocator() - Constructor for class org.apache.maven.model.locator.DefaultModelLocator
- DefaultModelNormalizer - Class in org.apache.maven.model.normalization
-
Handles normalization of a model.
- DefaultModelNormalizer() - Constructor for class org.apache.maven.model.normalization.DefaultModelNormalizer
- DefaultModelNormalizer.DuplicateMerger - Class in org.apache.maven.model.normalization
-
DuplicateMerger
- DefaultModelPathTranslator - Class in org.apache.maven.model.path
-
Resolves relative paths within a model against a specific base directory.
- DefaultModelPathTranslator() - Constructor for class org.apache.maven.model.path.DefaultModelPathTranslator
- DefaultModelProblem - Class in org.apache.maven.model.building
-
Describes a problem that was encountered during model building.
- DefaultModelProblem(String, ModelProblem.Severity, ModelProblem.Version, String, int, int, String, Exception) - Constructor for class org.apache.maven.model.building.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProblem(String, ModelProblem.Severity, ModelProblem.Version, Model, int, int, Exception) - Constructor for class org.apache.maven.model.building.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProcessor - Class in org.apache.maven.model.building
-
Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.
- DefaultModelProcessor() - Constructor for class org.apache.maven.model.building.DefaultModelProcessor
- DefaultModelReader - Class in org.apache.maven.model.io
-
Handles deserialization of a model from some kind of textual format like XML.
- DefaultModelReader() - Constructor for class org.apache.maven.model.io.DefaultModelReader
- DefaultModelUrlNormalizer - Class in org.apache.maven.model.path
-
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
- DefaultModelUrlNormalizer() - Constructor for class org.apache.maven.model.path.DefaultModelUrlNormalizer
- DefaultModelValidator - Class in org.apache.maven.model.validation
- DefaultModelValidator(ModelVersionProcessor) - Constructor for class org.apache.maven.model.validation.DefaultModelValidator
- DefaultModelVersionProcessor - Class in org.apache.maven.model.interpolation
-
Maven default implementation of the
ModelVersionProcessor
to support CI Friendly Versions - DefaultModelVersionProcessor() - Constructor for class org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- DefaultModelWriter - Class in org.apache.maven.model.io
-
Handles serialization of a model into some kind of textual format like XML.
- DefaultModelWriter() - Constructor for class org.apache.maven.model.io.DefaultModelWriter
- DefaultPathTranslator - Class in org.apache.maven.model.path
-
Resolves relative paths against a specific base directory.
- DefaultPathTranslator() - Constructor for class org.apache.maven.model.path.DefaultPathTranslator
- DefaultPluginConfigurationExpander - Class in org.apache.maven.model.plugin
-
Handles expansion of general build plugin configuration into individual executions.
- DefaultPluginConfigurationExpander() - Constructor for class org.apache.maven.model.plugin.DefaultPluginConfigurationExpander
- DefaultPluginManagementInjector - Class in org.apache.maven.model.management
-
Handles injection of plugin management into the model.
- DefaultPluginManagementInjector() - Constructor for class org.apache.maven.model.management.DefaultPluginManagementInjector
- DefaultPluginManagementInjector.ManagementModelMerger - Class in org.apache.maven.model.management
-
ManagementModelMerger
- DefaultProfileActivationContext - Class in org.apache.maven.model.profile
-
Describes the environmental context used to determine the activation status of profiles.
- DefaultProfileActivationContext() - Constructor for class org.apache.maven.model.profile.DefaultProfileActivationContext
- DefaultProfileInjector - Class in org.apache.maven.model.profile
-
Handles profile injection into the model.
- DefaultProfileInjector() - Constructor for class org.apache.maven.model.profile.DefaultProfileInjector
- DefaultProfileInjector.ProfileModelMerger - Class in org.apache.maven.model.profile
-
ProfileModelMerger
- DefaultProfileSelector - Class in org.apache.maven.model.profile
-
Calculates the active profiles among a given collection of profiles.
- DefaultProfileSelector() - Constructor for class org.apache.maven.model.profile.DefaultProfileSelector
- DefaultReportConfigurationExpander - Class in org.apache.maven.model.plugin
-
Handles expansion of general report plugin configuration into individual report sets.
- DefaultReportConfigurationExpander() - Constructor for class org.apache.maven.model.plugin.DefaultReportConfigurationExpander
- DefaultReportingConverter - Class in org.apache.maven.model.plugin
-
Handles conversion of the
<reporting>
section into the configuration of Maven Site Plugin 3.x, i.e. - DefaultReportingConverter() - Constructor for class org.apache.maven.model.plugin.DefaultReportingConverter
- DefaultSuperPomProvider - Class in org.apache.maven.model.superpom
-
Provides the super POM that all models implicitly inherit from.
- DefaultSuperPomProvider() - Constructor for class org.apache.maven.model.superpom.DefaultSuperPomProvider
- DefaultUrlNormalizer - Class in org.apache.maven.model.path
-
Normalizes a URL.
- DefaultUrlNormalizer() - Constructor for class org.apache.maven.model.path.DefaultUrlNormalizer
- DependencyManagementImporter - Interface in org.apache.maven.model.composition
-
Handles the import of dependency management from other models into the target model.
- DependencyManagementInjector - Interface in org.apache.maven.model.management
-
Handles injection of dependency management into the model.
- DuplicateMerger() - Constructor for class org.apache.maven.model.normalization.DefaultModelNormalizer.DuplicateMerger
E
- equals(Object) - Method in class org.apache.maven.model.building.FileModelSource
- error(Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
Error with problems describing the cause
- error(Result<?>) - Static method in class org.apache.maven.model.building.Result
- error(Result<?>...) - Static method in class org.apache.maven.model.building.Result
- error(T) - Static method in class org.apache.maven.model.building.Result
- error(T, Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
Error with partial result and problems describing the cause
- ERROR - Enum constant in enum org.apache.maven.model.building.ModelProblem.Severity
- expandPluginConfiguration(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.plugin.DefaultPluginConfigurationExpander
- expandPluginConfiguration(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.plugin.DefaultReportConfigurationExpander
- expandPluginConfiguration(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.plugin.PluginConfigurationExpander
-
Merges values from general build plugin configuration into the individual plugin executions of the given model.
- expandPluginConfiguration(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.plugin.ReportConfigurationExpander
-
Merges values from general report plugin configuration into the individual reports sets of the given model.
- extrapolateChildUrl(String, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- extrapolateChildUrl(String, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
F
- FATAL - Enum constant in enum org.apache.maven.model.building.ModelProblem.Severity
- FileModelSource - Class in org.apache.maven.model.building
-
Wraps an ordinary
File
as a model source. - FileModelSource(File) - Constructor for class org.apache.maven.model.building.FileModelSource
-
Creates a new model source backed by the specified file.
- FileProfileActivator - Class in org.apache.maven.model.profile.activation
-
Determines profile activation based on the existence/absence of some file.
- FileProfileActivator() - Constructor for class org.apache.maven.model.profile.activation.FileProfileActivator
- formatLocation(ModelProblem, String) - Static method in class org.apache.maven.model.building.ModelProblemUtils
-
Creates a string with all location details for the specified model problem.
- formattedTimestamp() - Method in class org.apache.maven.model.interpolation.MavenBuildTimestamp
G
- get() - Method in class org.apache.maven.model.building.Result
- get(String, String, String, String) - Method in interface org.apache.maven.model.building.ModelCache
-
Gets the specified data from the cache.
- getActiveExternalProfiles() - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the external profiles that were active during model building.
- getActivePomProfiles(String) - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the profiles from the specified model that were active during model building.
- getActiveProfileIds() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getActiveProfileIds() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the identifiers of those profiles that should be activated by explicit demand.
- getActiveProfileIds() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getActiveProfileIds() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets the identifiers of those profiles that should be activated by explicit demand.
- getActiveProfiles(Collection<Profile>, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.DefaultProfileSelector
- getActiveProfiles(Collection<Profile>, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.model.profile.ProfileSelector
-
Determines the profiles which are active in the specified activation context.
- getArtifactId() - Method in exception org.apache.maven.model.resolution.UnresolvableModelException
-
Gets the artifact id of the unresolvable model.
- getBuildStartTime() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getBuildStartTime() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the start time of the build.
- getColumnNumber() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getColumnNumber() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the one-based index of the column containing the problem.
- getColumnNumber() - Method in exception org.apache.maven.model.io.ModelParseException
-
Gets the one-based index of the column containing the error.
- getDependencyKey(Dependency) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getEffectiveModel() - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the assembled model.
- getException() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getException() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the exception that caused this problem (if any).
- getException() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- getExclusionKey(Exclusion) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getExtensionKey(Extension) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getGroupId() - Method in exception org.apache.maven.model.resolution.UnresolvableModelException
-
Gets the group id of the unresolvable model.
- getInactiveProfileIds() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getInactiveProfileIds() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the identifiers of those profiles that should be deactivated by explicit demand.
- getInactiveProfileIds() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getInactiveProfileIds() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets the identifiers of those profiles that should be deactivated by explicit demand.
- getLineNumber() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getLineNumber() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the one-based index of the line containing the problem.
- getLineNumber() - Method in exception org.apache.maven.model.io.ModelParseException
-
Gets the one-based index of the line containing the error.
- getLocation() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- getLocationURI() - Method in class org.apache.maven.model.building.FileModelSource
- getLocationURI() - Method in interface org.apache.maven.model.building.ModelSource2
-
Returns location of the POM, never
null
. - getMessage() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getMessage() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the message that describes this problem.
- getMessage() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- getModel() - Method in interface org.apache.maven.model.building.ModelBuildingEvent
-
Gets the model being built.
- getModel() - Method in exception org.apache.maven.model.building.ModelBuildingException
-
Gets the model that could not be built properly.
- getModelBuildingListener() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getModelBuildingListener() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the model building listener to notify during the build process.
- getModelCache() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getModelCache() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the model cache to use for reuse of previously built models.
- getModelId() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getModelId() - Method in exception org.apache.maven.model.building.ModelBuildingException
-
Gets the identifier of the POM whose effective model could not be built.
- getModelId() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the identifier of the model from which the problem originated.
- getModelIds() - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the sequence of model identifiers that denote the lineage of models from which the effective model was constructed.
- getModelResolver() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getModelResolver() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the model resolver to use for resolution of mixins or parents that are not locally reachable from the project directory.
- getModelSource() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getModelSource() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the source of the POM to process.
- getPluginExecutionKey(PluginExecution) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getPluginKey(Plugin) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getPomFile() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getPomFile() - Method in class org.apache.maven.model.building.FileModelSource
-
Deprecated.
- getPomFile() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the POM file of the project to build.
- getProblems() - Method in interface org.apache.maven.model.building.ModelBuildingEvent
-
Gets the container used to collect problems that were encountered while processing the event.
- getProblems() - Method in exception org.apache.maven.model.building.ModelBuildingException
-
Gets the problems that caused this exception.
- getProblems() - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the problems that were encountered during the model building.
- getProblems() - Method in interface org.apache.maven.model.building.ModelProblemCollectorExt
-
The collected problems.
- getProblems() - Method in class org.apache.maven.model.building.Result
- getProfiles() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getProfiles() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the external profiles that should be considered for model building.
- getProjectDirectory() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getProjectDirectory() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets the base directory of the current project (if any).
- getProjectProperties() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getProjectProperties() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets current calculated project properties
- getRawModel() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getRawModel() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the raw model to build.
- getRawModel() - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the raw model as it was read from the input model source.
- getRawModel(String) - Method in interface org.apache.maven.model.building.ModelBuildingResult
-
Gets the specified raw model as it was read from a model source.
- getRelatedSource(String) - Method in class org.apache.maven.model.building.FileModelSource
- getRelatedSource(String) - Method in interface org.apache.maven.model.building.ModelSource2
-
Returns model source identified by a path relative to this model source POM.
- getReportPluginKey(ReportPlugin) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getReportSetKey(ReportSet) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getRepository() - Method in exception org.apache.maven.model.resolution.InvalidRepositoryException
-
Gets the repository that causes this error (if any).
- getRepositoryBaseKey(RepositoryBase) - Method in class org.apache.maven.model.merge.MavenModelMerger
- getRequest() - Method in interface org.apache.maven.model.building.ModelBuildingEvent
-
Gets the model building request being processed.
- getResult() - Method in exception org.apache.maven.model.building.ModelBuildingException
-
Gets the interim result of the model building up to the point where it failed.
- getSeverity() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getSeverity() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the severity level of this problem.
- getSeverity() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- getSource() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getSource() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the hint about the source of the problem.
- getSuperModel(String) - Method in class org.apache.maven.model.superpom.DefaultSuperPomProvider
- getSuperModel(String) - Method in interface org.apache.maven.model.superpom.SuperPomProvider
-
Gets the super POM for the specified model version.
- getSystemProperties() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getSystemProperties() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the system properties to use for interpolation and profile activation.
- getSystemProperties() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getSystemProperties() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets the system properties to use for interpolation and profile activation.
- getUserProperties() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getUserProperties() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the user properties to use for interpolation and profile activation.
- getUserProperties() - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- getUserProperties() - Method in interface org.apache.maven.model.profile.ProfileActivationContext
-
Gets the user properties to use for interpolation and profile activation.
- getValidationLevel() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getValidationLevel() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Gets the level of validation to perform on processed models.
- getVersion() - Method in class org.apache.maven.model.building.DefaultModelProblem
- getVersion() - Method in interface org.apache.maven.model.building.ModelProblem
-
Gets the applicable maven version/validation level of this problem
- getVersion() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- getVersion() - Method in exception org.apache.maven.model.resolution.UnresolvableModelException
-
Gets the version of the unresolvable model.
- getWorkspaceModelResolver() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- getWorkspaceModelResolver() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
H
- hasErrors() - Method in class org.apache.maven.model.building.Result
- hasFatalErrors(ModelProblemCollectorExt) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- hashCode() - Method in class org.apache.maven.model.building.FileModelSource
- hasModelErrors(ModelProblemCollectorExt) - Method in class org.apache.maven.model.building.DefaultModelBuilder
I
- importManagement(Model, List<? extends DependencyManagement>, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.composition.DefaultDependencyManagementImporter
- importManagement(Model, List<? extends DependencyManagement>, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.composition.DependencyManagementImporter
-
Imports the specified dependency management sections into the given target model.
- InheritanceAssembler - Interface in org.apache.maven.model.inheritance
-
Handles inheritance of model values.
- InheritanceModelMerger() - Constructor for class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- injectDefaultValues(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.normalization.DefaultModelNormalizer
- injectDefaultValues(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.normalization.ModelNormalizer
-
Sets default values in the specified model that for technical reasons cannot be set directly in the Modello definition.
- injectLifecycleBindings(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.plugin.LifecycleBindingsInjector
-
Injects plugin executions induced by lifecycle bindings into the specified model.
- injectManagement(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.management.DefaultDependencyManagementInjector
- injectManagement(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.management.DefaultPluginManagementInjector
- injectManagement(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.management.DependencyManagementInjector
-
Merges default values from the dependency management section of the given model into itself.
- injectManagement(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.management.PluginManagementInjector
-
Merges default values from the plugin management section of the given model into itself.
- injectProfile(Model, Profile, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.profile.DefaultProfileInjector
- injectProfile(Model, Profile, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.profile.ProfileInjector
-
Merges values from the specified profile into the given model.
- INPUT_SOURCE - Static variable in interface org.apache.maven.model.io.ModelReader
-
The key for the option to enable tracking of line/column numbers.
- interpolate(String, ProfileActivationContext) - Method in class org.apache.maven.model.path.ProfileActivationFilePathInterpolator
-
Interpolates given
path
. - interpolateModel(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.interpolation.ModelInterpolator
-
Interpolates expressions in the specified model.
- interpolateModel(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.StringSearchModelInterpolator
-
Deprecated.
- interpolateModel(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.StringVisitorModelInterpolator
- InvalidRepositoryException - Exception in org.apache.maven.model.resolution
-
Signals an error when adding a repository to the model resolver.
- InvalidRepositoryException(String, Repository) - Constructor for exception org.apache.maven.model.resolution.InvalidRepositoryException
-
Creates a new exception with specified detail message for the given repository.
- InvalidRepositoryException(String, Repository, Throwable) - Constructor for exception org.apache.maven.model.resolution.InvalidRepositoryException
-
Creates a new exception with specified detail message and cause for the given repository.
- IS_STRICT - Static variable in interface org.apache.maven.model.io.ModelReader
-
The key for the option to enable strict parsing.
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.FileProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.JdkVersionProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.OperatingSystemProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.model.profile.activation.ProfileActivator
-
Determines whether the specified profile is active in the given activator context.
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.PropertyProfileActivator
- isLocationTracking() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- isLocationTracking() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Indicates whether the model should track the line/column number of the model source from which it was parsed.
- isProcessPlugins() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- isProcessPlugins() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Indicates whether plugin executions and configurations should be processed.
- isSiteEmpty(Site) - Method in class org.apache.maven.model.merge.MavenModelMerger
- isTwoPhaseBuilding() - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- isTwoPhaseBuilding() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Indicates whether the model building should happen in two phases.
- isValidProperty(String) - Method in class org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- isValidProperty(String) - Method in interface org.apache.maven.model.interpolation.ModelVersionProcessor
J
- JdkVersionProfileActivator - Class in org.apache.maven.model.profile.activation
-
Determines profile activation based on the version of the current Java runtime.
- JdkVersionProfileActivator() - Constructor for class org.apache.maven.model.profile.activation.JdkVersionProfileActivator
L
- LifecycleBindingsInjector - Interface in org.apache.maven.model.plugin
-
Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
- locatePom(File) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- locatePom(File) - Method in class org.apache.maven.model.locator.DefaultModelLocator
- locatePom(File) - Method in interface org.apache.maven.model.locator.ModelLocator
-
Locates the POM file within the specified project directory.
M
- ManagementModelMerger() - Constructor for class org.apache.maven.model.management.DefaultDependencyManagementInjector.ManagementModelMerger
- ManagementModelMerger() - Constructor for class org.apache.maven.model.management.DefaultPluginManagementInjector.ManagementModelMerger
- MavenBuildTimestamp - Class in org.apache.maven.model.interpolation
-
MavenBuildTimestamp
- MavenBuildTimestamp() - Constructor for class org.apache.maven.model.interpolation.MavenBuildTimestamp
- MavenBuildTimestamp(Date) - Constructor for class org.apache.maven.model.interpolation.MavenBuildTimestamp
- MavenBuildTimestamp(Date, String) - Constructor for class org.apache.maven.model.interpolation.MavenBuildTimestamp
- MavenBuildTimestamp(Date, Properties) - Constructor for class org.apache.maven.model.interpolation.MavenBuildTimestamp
- MavenModelMerger - Class in org.apache.maven.model.merge
-
The domain-specific model merger for the Maven POM, overriding generic code from parent class when necessary with more adapted algorithms.
- MavenModelMerger() - Constructor for class org.apache.maven.model.merge.MavenModelMerger
- mergeBuildBase(BuildBase, BuildBase) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergeBuildBase_Filters(BuildBase, BuildBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeBuildBase_Resources(BuildBase, BuildBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeBuildBase_TestResources(BuildBase, BuildBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeDependency_Exclusions(Dependency, Dependency, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.management.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeDependency_Optional(Dependency, Dependency, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.management.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeDistributionManagement_Repository(DistributionManagement, DistributionManagement, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeDistributionManagement_Site(DistributionManagement, DistributionManagement, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeDistributionManagement_SnapshotRepository(DistributionManagement, DistributionManagement, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeDuplicates(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.normalization.DefaultModelNormalizer
- mergeDuplicates(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.normalization.ModelNormalizer
-
Merges duplicate elements like multiple declarations of the same build plugin in the specified model.
- mergeManagedBuildPlugins(Model) - Method in class org.apache.maven.model.management.DefaultPluginManagementInjector.ManagementModelMerger
- mergeManagedDependencies(Model) - Method in class org.apache.maven.model.management.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeModel(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_ArtifactId(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_CiManagement(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Contributors(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Developers(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_IssueManagement(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Licenses(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_MailingLists(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_ModelVersion(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Name(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Organization(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Prerequisites(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Profiles(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModel_Url(Model, Model, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModelBase(ModelBase, ModelBase) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergeModelBase_Modules(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModelBase_PluginRepositories(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeModelBase_Properties(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- mergeModelBase_Repositories(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergePlugin(Plugin, Plugin) - Method in class org.apache.maven.model.normalization.DefaultModelNormalizer.DuplicateMerger
- mergePlugin(Plugin, Plugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- mergePlugin_Executions(Plugin, Plugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.management.DefaultPluginManagementInjector.ManagementModelMerger
- mergePlugin_Executions(Plugin, Plugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergePlugin_Executions(Plugin, Plugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergePluginContainer_Plugins(PluginContainer, PluginContainer, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- mergePluginContainer_Plugins(PluginContainer, PluginContainer, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergePluginExecution_Goals(PluginExecution, PluginExecution, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeReporting_Plugins(Reporting, Reporting, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
- mergeReporting_Plugins(Reporting, Reporting, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergeReportPlugin_ReportSets(ReportPlugin, ReportPlugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeReportPlugin_ReportSets(ReportPlugin, ReportPlugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- mergeScm_Connection(Scm, Scm, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeScm_DeveloperConnection(Scm, Scm, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeScm_Url(Scm, Scm, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeSite(Site, Site, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- mergeSite_Url(Site, Site, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
- ModelBuilder - Interface in org.apache.maven.model.building
-
Builds the effective model from a POM.
- ModelBuildingEvent - Interface in org.apache.maven.model.building
-
Holds data relevant for a model building event.
- ModelBuildingException - Exception in org.apache.maven.model.building
-
Signals one ore more errors during model building.
- ModelBuildingException(ModelBuildingResult) - Constructor for exception org.apache.maven.model.building.ModelBuildingException
-
Creates a new exception from the specified interim result and its associated problems.
- ModelBuildingException(Model, String, List<ModelProblem>) - Constructor for exception org.apache.maven.model.building.ModelBuildingException
-
Deprecated.Use
ModelBuildingException(ModelBuildingResult)
instead. - ModelBuildingListener - Interface in org.apache.maven.model.building
-
Defines events that the model builder fires during construction of the effective model.
- ModelBuildingRequest - Interface in org.apache.maven.model.building
-
Collects settings that control the building of effective models.
- ModelBuildingResult - Interface in org.apache.maven.model.building
-
Collects the output of the model builder.
- ModelCache - Interface in org.apache.maven.model.building
-
Caches auxiliary data used during model building like already processed raw/effective models.
- ModelInterpolator - Interface in org.apache.maven.model.interpolation
-
Replaces expressions of the form
${token}
with their effective values. - ModelLocator - Interface in org.apache.maven.model.locator
-
Locates a POM file within a project base directory.
- ModelNormalizer - Interface in org.apache.maven.model.normalization
-
Handles normalization of a model.
- ModelParseException - Exception in org.apache.maven.model.io
-
Signals a failure to parse the POM due to invalid syntax (e.g.
- ModelParseException(String, int, int) - Constructor for exception org.apache.maven.model.io.ModelParseException
-
Creates a new parser exception with the specified details.
- ModelParseException(String, int, int, Throwable) - Constructor for exception org.apache.maven.model.io.ModelParseException
-
Creates a new parser exception with the specified details.
- ModelPathTranslator - Interface in org.apache.maven.model.path
-
Resolves relative paths of a model against a specific base directory.
- ModelProblem - Interface in org.apache.maven.model.building
-
Describes a problem that was encountered during model building.
- ModelProblem.Severity - Enum in org.apache.maven.model.building
-
The different severity levels for a problem, in decreasing order.
- ModelProblem.Version - Enum in org.apache.maven.model.building
-
Version
- ModelProblemCollector - Interface in org.apache.maven.model.building
-
Collects problems that are encountered during model building.
- ModelProblemCollectorExt - Interface in org.apache.maven.model.building
-
Extends the ModelproblemCollector by the capacity of returning the collected problems.
- ModelProblemCollectorRequest - Class in org.apache.maven.model.building
-
Class to wrap request parameters to ModelProblemCollector.addProblem
- ModelProblemCollectorRequest(ModelProblem.Severity, ModelProblem.Version) - Constructor for class org.apache.maven.model.building.ModelProblemCollectorRequest
-
Create a new request with mandatory parameters.
- ModelProblemUtils - Class in org.apache.maven.model.building
-
Assists in the handling of model problems.
- ModelProblemUtils() - Constructor for class org.apache.maven.model.building.ModelProblemUtils
- ModelProcessor - Interface in org.apache.maven.model.building
-
ModelProcessor
- ModelReader - Interface in org.apache.maven.model.io
-
Handles deserialization of a model from some kind of textual format like XML.
- ModelResolver - Interface in org.apache.maven.model.resolution
-
Resolves a POM from its coordinates.
- ModelSource - Interface in org.apache.maven.model.building
-
Deprecated.instead use
Source
- ModelSource2 - Interface in org.apache.maven.model.building
-
Provides access to the contents of a POM independently of the backing store (e.g.
- ModelUrlNormalizer - Interface in org.apache.maven.model.path
-
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
- ModelValidator - Interface in org.apache.maven.model.validation
-
Checks the model for missing or invalid values.
- ModelVersionProcessor - Interface in org.apache.maven.model.interpolation
-
Allows a fixed set of properties that are valid inside a version and that could be overwritten for example on the commandline
- ModelWriter - Interface in org.apache.maven.model.io
-
Handles serialization of a model into some kind of textual format like XML.
N
- newCopy() - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Clones this resolver for usage in a forked resolution process.
- newDependencyManagementImporter() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newDependencyManagementInjector() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newInheritanceAssembler() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newInstance() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
-
Creates a new model builder instance.
- newLifecycleBindingsInjector() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelInterpolator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelLocator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelNormalizer() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelPathTranslator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelProcessor() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelReader() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelUrlNormalizer() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelValidator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newModelVersionPropertiesProcessor() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newPathTranslator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newPluginConfigurationExpander() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newPluginManagementInjector() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newProfileActivationFilePathInterpolator() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newProfileActivators() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newProfileInjector() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newProfileSelector() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newReportConfigurationExpander() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newReportingConverter() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newResult(T, Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
New result - determine whether error or success by checking problems for errors
- newResultSet(Iterable<? extends Result<? extends T>>) - Static method in class org.apache.maven.model.building.Result
-
Turns the given results into a single result by combining problems and models into single collection.
- newSuperPomProvider() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- newUrlNormalizer() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
- normalize(String) - Method in class org.apache.maven.model.path.DefaultUrlNormalizer
- normalize(String) - Method in interface org.apache.maven.model.path.UrlNormalizer
-
Normalizes the specified URL.
- normalize(Model, ModelBuildingRequest) - Method in class org.apache.maven.model.path.DefaultModelUrlNormalizer
- normalize(Model, ModelBuildingRequest) - Method in interface org.apache.maven.model.path.ModelUrlNormalizer
-
Normalizes the well-known URLs of the specified model.
O
- OperatingSystemProfileActivator - Class in org.apache.maven.model.profile.activation
-
Determines profile activation based on the operating system of the current runtime platform.
- OperatingSystemProfileActivator() - Constructor for class org.apache.maven.model.profile.activation.OperatingSystemProfileActivator
- org.apache.maven.model.building - package org.apache.maven.model.building
- org.apache.maven.model.composition - package org.apache.maven.model.composition
- org.apache.maven.model.inheritance - package org.apache.maven.model.inheritance
- org.apache.maven.model.interpolation - package org.apache.maven.model.interpolation
- org.apache.maven.model.io - package org.apache.maven.model.io
- org.apache.maven.model.locator - package org.apache.maven.model.locator
- org.apache.maven.model.management - package org.apache.maven.model.management
- org.apache.maven.model.merge - package org.apache.maven.model.merge
- org.apache.maven.model.normalization - package org.apache.maven.model.normalization
- org.apache.maven.model.path - package org.apache.maven.model.path
- org.apache.maven.model.plugin - package org.apache.maven.model.plugin
- org.apache.maven.model.profile - package org.apache.maven.model.profile
- org.apache.maven.model.profile.activation - package org.apache.maven.model.profile.activation
- org.apache.maven.model.resolution - package org.apache.maven.model.resolution
- org.apache.maven.model.superpom - package org.apache.maven.model.superpom
- org.apache.maven.model.validation - package org.apache.maven.model.validation
- overwriteModelProperties(Properties, ModelBuildingRequest) - Method in class org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- overwriteModelProperties(Properties, ModelBuildingRequest) - Method in interface org.apache.maven.model.interpolation.ModelVersionProcessor
-
This method is responsible for examining the request and possibly overwrite of the valid properties in the model
P
- PathTranslator - Interface in org.apache.maven.model.path
-
Resolves relative paths against a specific base directory.
- PluginConfigurationExpander - Interface in org.apache.maven.model.plugin
-
Handles expansion of general build plugin configuration into individual executions.
- PluginManagementInjector - Interface in org.apache.maven.model.management
-
Handles injection of plugin management into the model.
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.FileProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.JdkVersionProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.OperatingSystemProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.model.profile.activation.ProfileActivator
-
Determines whether specified activation method is present in configuration or not.
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.model.profile.activation.PropertyProfileActivator
- ProfileActivationContext - Interface in org.apache.maven.model.profile
-
Describes the environmental context used to determine the activation status of profiles.
- ProfileActivationFilePathInterpolator - Class in org.apache.maven.model.path
-
Finds an absolute path for
ActivationFile.getExists()
orActivationFile.getMissing()
- ProfileActivationFilePathInterpolator() - Constructor for class org.apache.maven.model.path.ProfileActivationFilePathInterpolator
- ProfileActivator - Interface in org.apache.maven.model.profile.activation
-
Determines whether a profile should be activated.
- ProfileInjector - Interface in org.apache.maven.model.profile
-
Handles profile injection into the model.
- ProfileModelMerger() - Constructor for class org.apache.maven.model.profile.DefaultProfileInjector.ProfileModelMerger
- ProfileSelector - Interface in org.apache.maven.model.profile
-
Calculates the active profiles among a given collection of profiles.
- PROPERTY_NAME_PACKAGING - Static variable in interface org.apache.maven.model.profile.ProfileActivationContext
-
Key of the property containing the project's packaging.
- PropertyProfileActivator - Class in org.apache.maven.model.profile.activation
-
Determines profile activation based on the existence or value of some execution property.
- PropertyProfileActivator() - Constructor for class org.apache.maven.model.profile.activation.PropertyProfileActivator
- put(String, String, String, String, Object) - Method in interface org.apache.maven.model.building.ModelCache
-
Puts the specified data into the cache.
R
- read(File, Map<String, ?>) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- read(File, Map<String, ?>) - Method in class org.apache.maven.model.io.DefaultModelReader
- read(File, Map<String, ?>) - Method in interface org.apache.maven.model.io.ModelReader
-
Reads the model from the specified file.
- read(InputStream, Map<String, ?>) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- read(InputStream, Map<String, ?>) - Method in class org.apache.maven.model.io.DefaultModelReader
- read(InputStream, Map<String, ?>) - Method in interface org.apache.maven.model.io.ModelReader
-
Reads the model from the specified byte stream.
- read(Reader, Map<String, ?>) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- read(Reader, Map<String, ?>) - Method in class org.apache.maven.model.io.DefaultModelReader
- read(Reader, Map<String, ?>) - Method in interface org.apache.maven.model.io.ModelReader
-
Reads the model from the specified character reader.
- ReportConfigurationExpander - Interface in org.apache.maven.model.plugin
-
Handles expansion of general report plugin configuration into individual report sets.
- ReportingConverter - Interface in org.apache.maven.model.plugin
-
Handles conversion of the
<reporting>
section into the configuration of Maven Site Plugin 3.x, i.e. - resolveEffectiveModel(String, String, String) - Method in interface org.apache.maven.model.resolution.WorkspaceModelResolver
- resolveModel(String, String, String) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Tries to resolve the POM for the specified coordinates.
- resolveModel(Dependency) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Tries to resolve the POM for the specified dependency coordinates possibly updating
dependency
. - resolveModel(Parent) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Tries to resolve the POM for the specified parent coordinates possibly updating
parent
. - resolveRawModel(String, String, String) - Method in interface org.apache.maven.model.resolution.WorkspaceModelResolver
- Result<T> - Class in org.apache.maven.model.building
-
There are various forms of results that are represented by this class: success - in which case only the model field is set success with warnings - model field + non-error model problems error - no model, but diagnostics error - (partial) model and diagnostics Could encode these variants as subclasses, but kept in one for now
S
- setActiveProfileIds(List<String>) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setActiveProfileIds(List<String>) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the identifiers of those profiles that should be activated by explicit demand.
- setActiveProfileIds(List<String>) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the identifiers of those profiles that should be activated by explicit demand.
- setBuildStartTime(Date) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setBuildStartTime(Date) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the start time of the build.
- setDependencyManagementImporter(DependencyManagementImporter) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setDependencyManagementInjector(DependencyManagementInjector) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setException(Exception) - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- setInactiveProfileIds(List<String>) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setInactiveProfileIds(List<String>) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the identifiers of those profiles that should be deactivated by explicit demand.
- setInactiveProfileIds(List<String>) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the identifiers of those profiles that should be deactivated by explicit demand.
- setInheritanceAssembler(InheritanceAssembler) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setLifecycleBindingsInjector(LifecycleBindingsInjector) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setLocation(InputLocation) - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- setLocationTracking(boolean) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setLocationTracking(boolean) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Enables/disables the tracking of line/column numbers for the model source being parsed.
- setMessage(String) - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
- setModelBuildingListener(ModelBuildingListener) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setModelBuildingListener(ModelBuildingListener) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the model building listener to notify during the build process.
- setModelCache(ModelCache) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setModelCache(ModelCache) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the model cache to use for reuse of previously built models.
- setModelInterpolator(ModelInterpolator) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setModelLocator(ModelLocator) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- setModelNormalizer(ModelNormalizer) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setModelPathTranslator(ModelPathTranslator) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setModelProcessor(ModelProcessor) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setModelProcessor(ModelProcessor) - Method in class org.apache.maven.model.superpom.DefaultSuperPomProvider
- setModelReader(ModelReader) - Method in class org.apache.maven.model.building.DefaultModelProcessor
- setModelResolver(ModelResolver) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setModelResolver(ModelResolver) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the model resolver to use for resolution of mixins or parents that are not locally reachable from the project directory.
- setModelSource(ModelSource) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setModelSource(ModelSource) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the source of the POM to process.
- setModelUrlNormalizer(ModelUrlNormalizer) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setModelValidator(ModelValidator) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setPathTranslator(PathTranslator) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- setPathTranslator(PathTranslator) - Method in class org.apache.maven.model.path.DefaultModelPathTranslator
- setPathTranslator(PathTranslator) - Method in class org.apache.maven.model.path.ProfileActivationFilePathInterpolator
- setPluginConfigurationExpander(PluginConfigurationExpander) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setPluginManagementInjector(PluginManagementInjector) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setPomFile(File) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setPomFile(File) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the POM file of the project to build.
- setProcessPlugins(boolean) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setProcessPlugins(boolean) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Controls the processing of plugin executions and configurations.
- setProfileActivationFilePathInterpolator(ProfileActivationFilePathInterpolator) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setProfileActivationFilePathInterpolator(ProfileActivationFilePathInterpolator) - Method in class org.apache.maven.model.profile.activation.FileProfileActivator
- setProfileInjector(ProfileInjector) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setProfiles(List<Profile>) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setProfiles(List<Profile>) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the external profiles that should be considered for model building.
- setProfileSelector(ProfileSelector) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setProjectDirectory(File) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the base directory of the current project.
- setProjectProperties(Properties) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
- setRawModel(Model) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setRawModel(Model) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Set raw model.
- setReportConfigurationExpander(ReportConfigurationExpander) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setReportingConverter(ReportingConverter) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setSuperPomProvider(SuperPomProvider) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- setSystemProperties(Map<String, String>) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the system properties to use for interpolation and profile activation.
- setSystemProperties(Properties) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setSystemProperties(Properties) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the system properties to use for interpolation and profile activation.
- setSystemProperties(Properties) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the system properties to use for interpolation and profile activation.
- setTwoPhaseBuilding(boolean) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setTwoPhaseBuilding(boolean) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Enables/disables two-phase building.
- setUrlNormalizer(UrlNormalizer) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- setUrlNormalizer(UrlNormalizer) - Method in class org.apache.maven.model.path.DefaultModelUrlNormalizer
- setUserProperties(Map<String, String>) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the user properties to use for interpolation and profile activation.
- setUserProperties(Properties) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setUserProperties(Properties) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the user properties to use for interpolation and profile activation.
- setUserProperties(Properties) - Method in class org.apache.maven.model.profile.DefaultProfileActivationContext
-
Sets the user properties to use for interpolation and profile activation.
- setValidationLevel(int) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setValidationLevel(int) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
-
Sets the level of validation to perform on processed models.
- setVersionPropertiesProcessor(ModelVersionProcessor) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- setWorkspaceModelResolver(WorkspaceModelResolver) - Method in class org.apache.maven.model.building.DefaultModelBuildingRequest
- setWorkspaceModelResolver(WorkspaceModelResolver) - Method in interface org.apache.maven.model.building.ModelBuildingRequest
- SOURCE - Static variable in interface org.apache.maven.model.building.ModelProcessor
- StringModelSource - Class in org.apache.maven.model.building
-
Deprecated.instead use
StringSource
- StringModelSource(CharSequence) - Constructor for class org.apache.maven.model.building.StringModelSource
-
Deprecated.Creates a new model source backed by the specified string.
- StringModelSource(CharSequence, String) - Constructor for class org.apache.maven.model.building.StringModelSource
-
Deprecated.Creates a new model source backed by the specified string.
- StringSearchModelInterpolator - Class in org.apache.maven.model.interpolation
-
Deprecated.replaced by StringVisitorModelInterpolator (MNG-6697)
- StringSearchModelInterpolator() - Constructor for class org.apache.maven.model.interpolation.StringSearchModelInterpolator
-
Deprecated.
- StringVisitorModelInterpolator - Class in org.apache.maven.model.interpolation
-
StringVisitorModelInterpolator
- StringVisitorModelInterpolator() - Constructor for class org.apache.maven.model.interpolation.StringVisitorModelInterpolator
- success(T) - Static method in class org.apache.maven.model.building.Result
-
Success without warnings
- success(T, Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
Success with warnings
- success(T, Result<?>...) - Static method in class org.apache.maven.model.building.Result
-
Success with warnings
- SuperPomProvider - Interface in org.apache.maven.model.superpom
-
Provides the super POM that all models implicitly inherit from.
T
- toString() - Method in class org.apache.maven.model.building.DefaultModelProblem
U
- UnresolvableModelException - Exception in org.apache.maven.model.resolution
-
Signals an error when resolving the path to an external model.
- UnresolvableModelException(String, String, String, String) - Constructor for exception org.apache.maven.model.resolution.UnresolvableModelException
-
Creates a new exception with specified detail message.
- UnresolvableModelException(String, String, String, String, Throwable) - Constructor for exception org.apache.maven.model.resolution.UnresolvableModelException
-
Creates a new exception with specified detail message and cause.
- UnresolvableModelException(Throwable, String, String, String) - Constructor for exception org.apache.maven.model.resolution.UnresolvableModelException
-
Creates a new exception with specified cause
- UrlModelSource - Class in org.apache.maven.model.building
-
Deprecated.instead use
UrlSource
- UrlModelSource(URL) - Constructor for class org.apache.maven.model.building.UrlModelSource
-
Deprecated.Creates a new model source backed by the specified URL.
- UrlNormalizer - Interface in org.apache.maven.model.path
-
Normalizes a URL to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
V
- V20 - Enum constant in enum org.apache.maven.model.building.ModelProblem.Version
- V30 - Enum constant in enum org.apache.maven.model.building.ModelProblem.Version
- V31 - Enum constant in enum org.apache.maven.model.building.ModelProblem.Version
- validateDependencyVersion(ModelProblemCollector, Dependency, String) - Method in class org.apache.maven.model.validation.DefaultModelValidator
- validateEffectiveModel(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.validation.DefaultModelValidator
- validateEffectiveModel(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.validation.ModelValidator
-
Checks the specified (effective) model for missing or invalid values.
- validateRawModel(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.validation.DefaultModelValidator
- validateRawModel(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.validation.ModelValidator
-
Checks the specified (raw) model for missing or invalid values.
- VALIDATION_LEVEL_MAVEN_2_0 - Static variable in interface org.apache.maven.model.building.ModelBuildingRequest
-
Denotes validation as performed by Maven 2.0.
- VALIDATION_LEVEL_MAVEN_3_0 - Static variable in interface org.apache.maven.model.building.ModelBuildingRequest
-
Denotes validation as performed by Maven 3.0.
- VALIDATION_LEVEL_MAVEN_3_1 - Static variable in interface org.apache.maven.model.building.ModelBuildingRequest
-
Denotes validation as performed by Maven 3.1.
- VALIDATION_LEVEL_MINIMAL - Static variable in interface org.apache.maven.model.building.ModelBuildingRequest
-
Denotes minimal validation of POMs.
- VALIDATION_LEVEL_STRICT - Static variable in interface org.apache.maven.model.building.ModelBuildingRequest
-
Denotes strict validation as recommended by the current Maven version.
- valueOf(String) - Static method in enum org.apache.maven.model.building.ModelProblem.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.model.building.ModelProblem.Version
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.maven.model.building.ModelProblem.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.maven.model.building.ModelProblem.Version
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARNING - Enum constant in enum org.apache.maven.model.building.ModelProblem.Severity
- WorkspaceModelResolver - Interface in org.apache.maven.model.resolution
-
WorkspaceModelResolver
- write(File, Map<String, Object>, Model) - Method in class org.apache.maven.model.io.DefaultModelWriter
- write(File, Map<String, Object>, Model) - Method in interface org.apache.maven.model.io.ModelWriter
-
Writes the supplied model to the specified file.
- write(OutputStream, Map<String, Object>, Model) - Method in class org.apache.maven.model.io.DefaultModelWriter
- write(OutputStream, Map<String, Object>, Model) - Method in interface org.apache.maven.model.io.ModelWriter
-
Writes the supplied model to the specified byte stream.
- write(Writer, Map<String, Object>, Model) - Method in class org.apache.maven.model.io.DefaultModelWriter
- write(Writer, Map<String, Object>, Model) - Method in interface org.apache.maven.model.io.ModelWriter
-
Writes the supplied model to the specified character writer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
FileSource.getFile()