A B C D E F G H I J L M N O P R S T U V W 

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.
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.
alignToBaseDirectory(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.path.DefaultModelPathTranslator
 
alignToBaseDirectory(String, File) - Method in class org.apache.maven.model.path.DefaultPathTranslator
 
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.
alignToBaseDirectory(String, File) - Method in interface org.apache.maven.model.path.PathTranslator
Resolves the specified path against the given base directory.
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

build(ModelBuildingRequest) - Method in class org.apache.maven.model.building.DefaultModelBuilder
 
build(ModelBuildingRequest, ModelBuildingResult) - 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, 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) with ModelBuildingRequest.isTwoPhaseBuilding() being true.
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.

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 the new Maven Site Plugin.
createInterpolator() - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
createInterpolator() - Method in class org.apache.maven.model.interpolation.StringSearchModelInterpolator
 
createPostProcessors(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
createValueSources(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 

D

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
 
DefaultDependencyManagementInjector.ManagementModelMerger() - Constructor for class org.apache.maven.model.management.DefaultDependencyManagementInjector.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
 
DefaultInheritanceAssembler.InheritanceModelMerger() - Constructor for class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.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
 
DefaultModelNormalizer.DuplicateMerger() - Constructor for class org.apache.maven.model.normalization.DefaultModelNormalizer.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, Model, int, int, 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, String, int, int, String, 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
 
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() - Constructor for class org.apache.maven.model.validation.DefaultModelValidator
 
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
 
DefaultPluginManagementInjector.ManagementModelMerger() - Constructor for class org.apache.maven.model.management.DefaultPluginManagementInjector.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
 
DefaultProfileInjector.ProfileModelMerger() - Constructor for class org.apache.maven.model.profile.DefaultProfileInjector.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 legacy reporting section into the configuration of the new Maven Site Plugin.
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.

E

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.

F

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.

G

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.
getInputStream() - Method in class org.apache.maven.model.building.FileModelSource
 
getInputStream() - Method in interface org.apache.maven.model.building.ModelSource
Gets a byte stream to the POM contents.
getInputStream() - Method in class org.apache.maven.model.building.StringModelSource
 
getInputStream() - Method in class org.apache.maven.model.building.UrlModelSource
 
getInterpolator() - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
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.FileModelSource
 
getLocation() - Method in class org.apache.maven.model.building.ModelProblemCollectorRequest
 
getLocation() - Method in interface org.apache.maven.model.building.ModelSource
Provides a user-friendly hint about the location of the POM.
getLocation() - Method in class org.apache.maven.model.building.StringModelSource
 
getLocation() - Method in class org.apache.maven.model.building.UrlModelSource
 
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.
getModel() - Method in class org.apache.maven.model.building.StringModelSource
Gets the character sequence of this model source.
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
Gets the POM file of this model source.
getPomFile() - Method in interface org.apache.maven.model.building.ModelBuildingRequest
Gets the POM file of the project to build.
getPomUrl() - Method in class org.apache.maven.model.building.UrlModelSource
Gets the POM URL of this model source.
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.
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 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.
getRecursionInterceptor() - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
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.

H

hasFatalErrors(ModelProblemCollectorExt) - Method in class org.apache.maven.model.building.DefaultModelBuilder
 
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.
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.
interpolateInternal(String, List<? extends ValueSource>, List<? extends InterpolationPostProcessor>, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
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
 
interpolateObject(Object, Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.interpolation.StringSearchModelInterpolator
 
InvalidRepositoryException - Exception in org.apache.maven.model.resolution
Signals an error when adding a repository to the model resolver.
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.
InvalidRepositoryException(String, Repository) - Constructor for exception org.apache.maven.model.resolution.InvalidRepositoryException
Creates a new exception with specified detail message 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.
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.

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

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_Repositories(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.merge.MavenModelMerger
 
mergePlugin(Plugin, Plugin, boolean, Map<Object, Object>) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler.InheritanceModelMerger
 
mergePlugin(Plugin, Plugin) - Method in class org.apache.maven.model.normalization.DefaultModelNormalizer.DuplicateMerger
 
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_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(Model, String, List<ModelProblem>) - Constructor for exception org.apache.maven.model.building.ModelBuildingException
ModelBuildingException(ModelBuildingResult) - Constructor for exception org.apache.maven.model.building.ModelBuildingException
Creates a new exception from the specified interim result and its associated problems.
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
 
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
 
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
Provides access to the contents of a POM independently of the backing store (e.g.
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.
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
 
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
 
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
 
newSuperPomProvider() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
 
newUrlNormalizer() - Method in class org.apache.maven.model.building.DefaultModelBuilderFactory
 
normalize(Model, ModelBuildingRequest) - Method in class org.apache.maven.model.path.DefaultModelUrlNormalizer
 
normalize(String) - Method in class org.apache.maven.model.path.DefaultUrlNormalizer
 
normalize(Model, ModelBuildingRequest) - Method in interface org.apache.maven.model.path.ModelUrlNormalizer
Normalizes the well-known URLs of the specified model.
normalize(String) - Method in interface org.apache.maven.model.path.UrlNormalizer
Normalizes the specified URL.

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
 

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.
ProfileActivationContext - Interface in org.apache.maven.model.profile
Describes the environmental context used to determine the activation status of profiles.
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.
ProfileSelector - Interface in org.apache.maven.model.profile
Calculates the active profiles among a given collection of profiles.
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(Reader, Map<String, ?>) - Method in class org.apache.maven.model.building.DefaultModelProcessor
 
read(InputStream, 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(Reader, Map<String, ?>) - Method in class org.apache.maven.model.io.DefaultModelReader
 
read(InputStream, 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(Reader, Map<String, ?>) - Method in interface org.apache.maven.model.io.ModelReader
Reads the model from the specified character reader.
read(InputStream, Map<String, ?>) - Method in interface org.apache.maven.model.io.ModelReader
Reads the model from the specified byte stream.
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 legacy reporting section into the configuration of the new Maven Site Plugin.
resolveModel(String, String, String) - Method in interface org.apache.maven.model.resolution.ModelResolver
Tries to resolve the POM for the specified coordinates.

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.profile.activation.FileProfileActivator
 
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.
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
 
setRecursionInterceptor(RecursionInterceptor) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
 
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(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.
setSystemProperties(Map<String, String>) - 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(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.
setUserProperties(Map<String, String>) - 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.
SOURCE - Static variable in interface org.apache.maven.model.building.ModelProcessor
 
StringModelSource - Class in org.apache.maven.model.building
Wraps an ordinary CharSequence as a model source.
StringModelSource(CharSequence) - Constructor for class org.apache.maven.model.building.StringModelSource
Creates a new model source backed by the specified string.
StringModelSource(CharSequence, String) - Constructor for class org.apache.maven.model.building.StringModelSource
Creates a new model source backed by the specified string.
StringSearchModelInterpolator - Class in org.apache.maven.model.interpolation
 
StringSearchModelInterpolator() - Constructor for class org.apache.maven.model.interpolation.StringSearchModelInterpolator
 
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
 
toString() - Method in class org.apache.maven.model.building.FileModelSource
 
toString() - Method in class org.apache.maven.model.building.StringModelSource
 
toString() - Method in class org.apache.maven.model.building.UrlModelSource
 

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, Throwable) - Constructor for exception org.apache.maven.model.resolution.UnresolvableModelException
Creates a new exception with specified detail message and cause.
UnresolvableModelException(String, String, String, String) - Constructor for exception org.apache.maven.model.resolution.UnresolvableModelException
Creates a new exception with specified detail message.
UrlModelSource - Class in org.apache.maven.model.building
Wraps an ordinary URL as a model source.
UrlModelSource(URL) - Constructor for class org.apache.maven.model.building.UrlModelSource
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

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

write(File, Map<String, Object>, Model) - Method in class org.apache.maven.model.io.DefaultModelWriter
 
write(Writer, Map<String, Object>, Model) - Method in class org.apache.maven.model.io.DefaultModelWriter
 
write(OutputStream, 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(Writer, Map<String, Object>, Model) - Method in interface org.apache.maven.model.io.ModelWriter
Writes the supplied model to the specified character writer.
write(OutputStream, Map<String, Object>, Model) - Method in interface org.apache.maven.model.io.ModelWriter
Writes the supplied model to the specified byte stream.
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.