Package org.apache.maven.project
Class DefaultProjectBuilderConfiguration
- java.lang.Object
-
- org.apache.maven.project.DefaultProjectBuilderConfiguration
-
- All Implemented Interfaces:
ProjectBuilderConfiguration
@Deprecated public class DefaultProjectBuilderConfiguration extends java.lang.Object implements ProjectBuilderConfiguration
Deprecated.DefaultProjectBuilderConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.DatebuildStartTimeDeprecated.private java.util.PropertiesexecutionPropertiesDeprecated.private ProfileManagerglobalProfileManagerDeprecated.private ArtifactRepositorylocalRepositoryDeprecated.private java.util.PropertiesuserPropertiesDeprecated.
-
Constructor Summary
Constructors Constructor Description DefaultProjectBuilderConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.DategetBuildStartTime()Deprecated.java.util.PropertiesgetExecutionProperties()Deprecated.ProfileManagergetGlobalProfileManager()Deprecated.ArtifactRepositorygetLocalRepository()Deprecated.java.util.PropertiesgetUserProperties()Deprecated.ProjectBuilderConfigurationsetBuildStartTime(java.util.Date buildStartTime)Deprecated.ProjectBuilderConfigurationsetExecutionProperties(java.util.Properties executionProperties)Deprecated.ProjectBuilderConfigurationsetGlobalProfileManager(ProfileManager globalProfileManager)Deprecated.ProjectBuilderConfigurationsetLocalRepository(ArtifactRepository localRepository)Deprecated.ProjectBuilderConfigurationsetUserProperties(java.util.Properties userProperties)Deprecated.
-
-
-
Field Detail
-
globalProfileManager
private ProfileManager globalProfileManager
Deprecated.
-
localRepository
private ArtifactRepository localRepository
Deprecated.
-
userProperties
private java.util.Properties userProperties
Deprecated.
-
executionProperties
private java.util.Properties executionProperties
Deprecated.
-
buildStartTime
private java.util.Date buildStartTime
Deprecated.
-
-
Method Detail
-
setGlobalProfileManager
public ProjectBuilderConfiguration setGlobalProfileManager(ProfileManager globalProfileManager)
Deprecated.- Specified by:
setGlobalProfileManagerin interfaceProjectBuilderConfiguration
-
getGlobalProfileManager
public ProfileManager getGlobalProfileManager()
Deprecated.- Specified by:
getGlobalProfileManagerin interfaceProjectBuilderConfiguration
-
setLocalRepository
public ProjectBuilderConfiguration setLocalRepository(ArtifactRepository localRepository)
Deprecated.- Specified by:
setLocalRepositoryin interfaceProjectBuilderConfiguration
-
getLocalRepository
public ArtifactRepository getLocalRepository()
Deprecated.- Specified by:
getLocalRepositoryin interfaceProjectBuilderConfiguration
-
setUserProperties
public ProjectBuilderConfiguration setUserProperties(java.util.Properties userProperties)
Deprecated.- Specified by:
setUserPropertiesin interfaceProjectBuilderConfiguration
-
getUserProperties
public java.util.Properties getUserProperties()
Deprecated.- Specified by:
getUserPropertiesin interfaceProjectBuilderConfiguration
-
getExecutionProperties
public java.util.Properties getExecutionProperties()
Deprecated.- Specified by:
getExecutionPropertiesin interfaceProjectBuilderConfiguration
-
setExecutionProperties
public ProjectBuilderConfiguration setExecutionProperties(java.util.Properties executionProperties)
Deprecated.- Specified by:
setExecutionPropertiesin interfaceProjectBuilderConfiguration
-
getBuildStartTime
public java.util.Date getBuildStartTime()
Deprecated.- Specified by:
getBuildStartTimein interfaceProjectBuilderConfiguration
-
setBuildStartTime
public ProjectBuilderConfiguration setBuildStartTime(java.util.Date buildStartTime)
Deprecated.- Specified by:
setBuildStartTimein interfaceProjectBuilderConfiguration
-
-