Uses of Interface
org.apache.maven.project.ProjectBuilderConfiguration
Packages that use ProjectBuilderConfiguration
-
Uses of ProjectBuilderConfiguration in org.apache.maven.project
Classes in org.apache.maven.project that implement ProjectBuilderConfigurationMethods in org.apache.maven.project that return ProjectBuilderConfigurationModifier and TypeMethodDescriptionMavenProject.getProjectBuilderConfiguration()
Retrieve theProjectBuilderConfiguration
instance used to construct this MavenProject instance.DefaultProjectBuilderConfiguration.setBuildStartTime
(Date buildStartTime) ProjectBuilderConfiguration.setBuildStartTime
(Date buildStartTime) DefaultProjectBuilderConfiguration.setExecutionProperties
(Properties executionProperties) ProjectBuilderConfiguration.setExecutionProperties
(Properties executionProperties) DefaultProjectBuilderConfiguration.setGlobalProfileManager
(ProfileManager globalProfileManager) ProjectBuilderConfiguration.setGlobalProfileManager
(ProfileManager globalProfileManager) DefaultProjectBuilderConfiguration.setLocalRepository
(org.apache.maven.artifact.repository.ArtifactRepository localRepository) ProjectBuilderConfiguration.setLocalRepository
(org.apache.maven.artifact.repository.ArtifactRepository localRepository) DefaultProjectBuilderConfiguration.setUserProperties
(Properties userProperties) ProjectBuilderConfiguration.setUserProperties
(Properties userProperties) Methods in org.apache.maven.project with parameters of type ProjectBuilderConfigurationModifier and TypeMethodDescriptionDefaultMavenProjectBuilder.build
(File pom, ProjectBuilderConfiguration config) DefaultMavenProjectBuilder.build
(File pom, ProjectBuilderConfiguration config, boolean checkDistributionManagementStatus) MavenProjectBuilder.build
(File pom, ProjectBuilderConfiguration config) MavenProjectBuilder.build
(File pom, ProjectBuilderConfiguration config, boolean checkDistributionManagementStatus) DefaultMavenProjectBuilder.buildStandaloneSuperProject
(ProjectBuilderConfiguration config) MavenProjectBuilder.buildStandaloneSuperProject
(ProjectBuilderConfiguration config) void
DefaultMavenProjectBuilder.calculateConcreteState
(MavenProject project, ProjectBuilderConfiguration config) Variant ofMavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)
which assumes that project references should be processed.void
DefaultMavenProjectBuilder.calculateConcreteState
(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences) Up to this point, the build section of the POM remains uninterpolated except for the artifact coordinates it contains.void
MavenProjectBuilder.calculateConcreteState
(MavenProject project, ProjectBuilderConfiguration config) Variant ofMavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)
which assumes that project references should be processed.void
MavenProjectBuilder.calculateConcreteState
(MavenProject project, ProjectBuilderConfiguration config, boolean processReferences) Up to this point, the build section of the POM remains uninterpolated except for the artifact coordinates it contains.void
DefaultMavenProjectBuilder.restoreDynamicState
(MavenProject project, ProjectBuilderConfiguration config) void
DefaultMavenProjectBuilder.restoreDynamicState
(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences) void
MavenProject.setProjectBuilderConfiguration
(ProjectBuilderConfiguration projectBuilderConfiguration) Set theProjectBuilderConfiguration
instance used to construct this MavenProject instance. -
Uses of ProjectBuilderConfiguration in org.apache.maven.project.interpolation
Methods in org.apache.maven.project.interpolation with parameters of type ProjectBuilderConfigurationModifier and TypeMethodDescriptionprotected List
<org.codehaus.plexus.interpolation.InterpolationPostProcessor> AbstractStringBasedModelInterpolator.createPostProcessors
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config) protected List
<org.codehaus.plexus.interpolation.ValueSource> AbstractStringBasedModelInterpolator.createValueSources
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config) AbstractStringBasedModelInterpolator.interpolate
(String src, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debug) Interpolates all expressions in the src parameter.org.apache.maven.model.Model
AbstractStringBasedModelInterpolator.interpolate
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) ModelInterpolator.interpolate
(String src, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) org.apache.maven.model.Model
ModelInterpolator.interpolate
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) org.apache.maven.model.Model
StringSearchModelInterpolator.interpolate
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) protected void
StringSearchModelInterpolator.interpolateObject
(Object obj, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)