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 Summary
Constructors - 
Method Summary
Modifier 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
- 
DefaultProjectBuilderConfiguration
public DefaultProjectBuilderConfiguration()Deprecated. 
 - 
 - 
Method Details
- 
setGlobalProfileManager
Deprecated.- Specified by:
 setGlobalProfileManagerin interfaceProjectBuilderConfiguration
 - 
getGlobalProfileManager
Deprecated.- Specified by:
 getGlobalProfileManagerin interfaceProjectBuilderConfiguration
 - 
setLocalRepository
Deprecated.- Specified by:
 setLocalRepositoryin interfaceProjectBuilderConfiguration
 - 
getLocalRepository
Deprecated.- Specified by:
 getLocalRepositoryin interfaceProjectBuilderConfiguration
 - 
setUserProperties
Deprecated.- Specified by:
 setUserPropertiesin interfaceProjectBuilderConfiguration
 - 
getUserProperties
Deprecated.- Specified by:
 getUserPropertiesin interfaceProjectBuilderConfiguration
 - 
getExecutionProperties
Deprecated.- Specified by:
 getExecutionPropertiesin interfaceProjectBuilderConfiguration
 - 
setExecutionProperties
Deprecated.- Specified by:
 setExecutionPropertiesin interfaceProjectBuilderConfiguration
 - 
getBuildStartTime
Deprecated.- Specified by:
 getBuildStartTimein interfaceProjectBuilderConfiguration
 - 
setBuildStartTime
Deprecated.- Specified by:
 setBuildStartTimein interfaceProjectBuilderConfiguration
 
 -