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 theProjectBuilderConfigurationinstance 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) voidDefaultMavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config) Variant ofMavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)which assumes that project references should be processed.voidDefaultMavenProjectBuilder.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.voidMavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config) Variant ofMavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)which assumes that project references should be processed.voidMavenProjectBuilder.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.voidDefaultMavenProjectBuilder.restoreDynamicState(MavenProject project, ProjectBuilderConfiguration config) voidDefaultMavenProjectBuilder.restoreDynamicState(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences) voidMavenProject.setProjectBuilderConfiguration(ProjectBuilderConfiguration projectBuilderConfiguration) Set theProjectBuilderConfigurationinstance 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.ModelAbstractStringBasedModelInterpolator.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.ModelModelInterpolator.interpolate(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) org.apache.maven.model.ModelStringSearchModelInterpolator.interpolate(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) protected voidStringSearchModelInterpolator.interpolateObject(Object obj, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)