Java org.apache.maven.model.building ModelBuildingRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.model.building ModelBuildingRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.model.building ModelBuildingRequest.

The text is from its open source code.

Field

intVALIDATION_LEVEL_MINIMAL
Denotes minimal validation of POMs.
intVALIDATION_LEVEL_MAVEN_2_0
Denotes validation as performed by Maven 2.0.
intVALIDATION_LEVEL_MAVEN_3_0
Denotes validation as performed by Maven 3.0.
intVALIDATION_LEVEL_MAVEN_3_1
Denotes validation as performed by Maven 3.1.
intVALIDATION_LEVEL_STRICT
Denotes strict validation as recommended by the current Maven version.

Method

ModelSourcegetModelSource()
Gets the source of the POM to process.
FilegetPomFile()
Gets the POM file of the project to build.
PropertiesgetSystemProperties()
Gets the system properties to use for interpolation and profile activation.
intgetValidationLevel()
Gets the level of validation to perform on processed models.
booleanisTwoPhaseBuilding()
Indicates whether the model building should happen in two phases.
ModelBuildingRequestsetActiveProfileIds(List activeProfileIds)
Sets the identifiers of those profiles that should be activated by explicit demand.
ModelBuildingRequestsetLocationTracking(boolean locationTracking)
Enables/disables the tracking of line/column numbers for the model source being parsed.
ModelBuildingRequestsetModelCache(ModelCache modelCache)
Sets the model cache to use for reuse of previously built models.
ModelBuildingRequestsetModelResolver(ModelResolver modelResolver)
Sets the model resolver to use for resolution of mixins or parents that are not locally reachable from the project directory.
ModelBuildingRequestsetModelSource(ModelSource modelSource)
Sets the source of the POM to process.
ModelBuildingRequestsetPomFile(File pomFile)
Sets the POM file of the project to build.
ModelBuildingRequestsetProcessPlugins(boolean processPlugins)
Controls the processing of plugin executions and configurations.
ModelBuildingRequestsetSystemProperties(Properties systemProperties)
Sets the system properties to use for interpolation and profile activation.
ModelBuildingRequestsetTwoPhaseBuilding(boolean twoPhaseBuilding)
Enables/disables two-phase building.
ModelBuildingRequestsetUserProperties(Properties userProperties)
Sets the user properties to use for interpolation and profile activation.
ModelBuildingRequestsetValidationLevel(int validationLevel)
Sets the level of validation to perform on processed models.