Package org.apache.maven.project
Class DefaultProjectBuilderConfiguration
java.lang.Object
org.apache.maven.project.DefaultProjectBuilderConfiguration
- All Implemented Interfaces:
- ProjectBuilderConfiguration
@Deprecated
public class DefaultProjectBuilderConfiguration
extends Object
implements ProjectBuilderConfiguration
Deprecated.
DefaultProjectBuilderConfiguration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.setBuildStartTime(Date buildStartTime) Deprecated.setExecutionProperties(Properties executionProperties) Deprecated.setGlobalProfileManager(ProfileManager globalProfileManager) Deprecated.setLocalRepository(ArtifactRepository localRepository) Deprecated.setUserProperties(Properties userProperties) Deprecated.
- 
Constructor Details- 
DefaultProjectBuilderConfigurationpublic DefaultProjectBuilderConfiguration()Deprecated.
 
- 
- 
Method Details- 
setGlobalProfileManagerDeprecated.- Specified by:
- setGlobalProfileManagerin interface- ProjectBuilderConfiguration
 
- 
getGlobalProfileManagerDeprecated.- Specified by:
- getGlobalProfileManagerin interface- ProjectBuilderConfiguration
 
- 
setLocalRepositoryDeprecated.- Specified by:
- setLocalRepositoryin interface- ProjectBuilderConfiguration
 
- 
getLocalRepositoryDeprecated.- Specified by:
- getLocalRepositoryin interface- ProjectBuilderConfiguration
 
- 
setUserPropertiesDeprecated.- Specified by:
- setUserPropertiesin interface- ProjectBuilderConfiguration
 
- 
getUserPropertiesDeprecated.- Specified by:
- getUserPropertiesin interface- ProjectBuilderConfiguration
 
- 
getExecutionPropertiesDeprecated.- Specified by:
- getExecutionPropertiesin interface- ProjectBuilderConfiguration
 
- 
setExecutionPropertiesDeprecated.- Specified by:
- setExecutionPropertiesin interface- ProjectBuilderConfiguration
 
- 
getBuildStartTimeDeprecated.- Specified by:
- getBuildStartTimein interface- ProjectBuilderConfiguration
 
- 
setBuildStartTimeDeprecated.- Specified by:
- setBuildStartTimein interface- ProjectBuilderConfiguration
 
 
-