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 ProjectBuilderConfigurationFields in org.apache.maven.project declared as ProjectBuilderConfigurationModifier and TypeFieldDescriptionprivate ProjectBuilderConfiguration
MavenProject.projectBuilderConfiguration
Methods 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
(ArtifactRepository localRepository) ProjectBuilderConfiguration.setLocalRepository
(ArtifactRepository localRepository) DefaultProjectBuilderConfiguration.setUserProperties
(Properties userProperties) ProjectBuilderConfiguration.setUserProperties
(Properties userProperties) Methods in org.apache.maven.project with parameters of type ProjectBuilderConfigurationModifier and TypeMethodDescriptionprivate MavenProject
DefaultMavenProjectBuilder.assembleLineage
(Model model, LinkedList lineage, ProjectBuilderConfiguration config, File projectDescriptor, List parentSearchRepositories, Set aggregatedRemoteWagonRepositories, boolean strict) DefaultMavenProjectBuilder.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) private MavenProject
DefaultMavenProjectBuilder.buildFromSourceFileInternal
(File projectDescriptor, ProjectBuilderConfiguration config, boolean checkDistributionManagementStatus) private MavenProject
DefaultMavenProjectBuilder.buildInternal
(String pomLocation, Model model, ProjectBuilderConfiguration config, List parentSearchRepositories, File projectDescriptor, boolean strict) DefaultMavenProjectBuilder.buildStandaloneSuperProject
(ProjectBuilderConfiguration config) MavenProjectBuilder.buildStandaloneSuperProject
(ProjectBuilderConfiguration config) private void
DefaultMavenProjectBuilder.calculateConcreteProjectReferences
(MavenProject project, ProjectBuilderConfiguration config, Set processedProjects) 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.private void
DefaultMavenProjectBuilder.calculateConcreteStateInternal
(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences, Set processedProjects) private List
DefaultMavenProjectBuilder.interpolateListOfStrings
(List originalStrings, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugMessages) private MavenProject
DefaultMavenProjectBuilder.processProjectLogic
(String pomLocation, MavenProject project, ProjectBuilderConfiguration config, File projectDir, List remoteRepositories, boolean strict, boolean isSuperPom) private void
DefaultMavenProjectBuilder.restoreBuildRoots
(MavenProject project, ProjectBuilderConfiguration config, boolean debugMessages) private void
DefaultMavenProjectBuilder.restoreDynamicProjectReferences
(MavenProject project, ProjectBuilderConfiguration config, Set processedProjects) void
DefaultMavenProjectBuilder.restoreDynamicState
(MavenProject project, ProjectBuilderConfiguration config) void
DefaultMavenProjectBuilder.restoreDynamicState
(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences) private void
DefaultMavenProjectBuilder.restoreDynamicStateInternal
(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences, Set processedProjects) private List
DefaultMavenProjectBuilder.restoreListOfStrings
(List originalStrings, List originalInterpolatedStrings, List changedStrings, MavenProject project, ProjectBuilderConfiguration config, boolean debugMessages) private void
DefaultMavenProjectBuilder.restoreModelBuildSection
(MavenProject project, ProjectBuilderConfiguration config, boolean debugMessages) private List
DefaultMavenProjectBuilder.restoreResources
(List originalResources, List originalInterpolatedResources, List changedResources, MavenProject project, ProjectBuilderConfiguration config, boolean debugMessages) private String
DefaultMavenProjectBuilder.restoreString
(String originalString, String originalInterpolatedString, String changedString, MavenProject project, ProjectBuilderConfiguration config, boolean debugMessages) 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
(Model model, File projectDir, ProjectBuilderConfiguration config) protected List<org.codehaus.plexus.interpolation.ValueSource>
AbstractStringBasedModelInterpolator.createValueSources
(Model model, File projectDir, ProjectBuilderConfiguration config) AbstractStringBasedModelInterpolator.interpolate
(String src, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debug) Interpolates all expressions in the src parameter.AbstractStringBasedModelInterpolator.interpolate
(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) ModelInterpolator.interpolate
(String src, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) ModelInterpolator.interpolate
(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) StringSearchModelInterpolator.interpolate
(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) protected void
StringSearchModelInterpolator.interpolateObject
(Object obj, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)