Package org.apache.maven.project
Interface ProjectBuilderConfiguration
-
- All Known Implementing Classes:
DefaultProjectBuilderConfiguration
@Deprecated public interface ProjectBuilderConfigurationDeprecated.useProjectBuildingRequestinstead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.DategetBuildStartTime()Deprecated.java.util.PropertiesgetExecutionProperties()Deprecated.ProfileManagergetGlobalProfileManager()Deprecated.org.apache.maven.artifact.repository.ArtifactRepositorygetLocalRepository()Deprecated.java.util.PropertiesgetUserProperties()Deprecated.ProjectBuilderConfigurationsetBuildStartTime(java.util.Date buildStartTime)Deprecated.ProjectBuilderConfigurationsetExecutionProperties(java.util.Properties executionProperties)Deprecated.ProjectBuilderConfigurationsetGlobalProfileManager(ProfileManager globalProfileManager)Deprecated.ProjectBuilderConfigurationsetLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)Deprecated.ProjectBuilderConfigurationsetUserProperties(java.util.Properties userProperties)Deprecated.
-
-
-
Method Detail
-
getLocalRepository
org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
Deprecated.
-
getGlobalProfileManager
ProfileManager getGlobalProfileManager()
Deprecated.
-
getUserProperties
java.util.Properties getUserProperties()
Deprecated.
-
getExecutionProperties
java.util.Properties getExecutionProperties()
Deprecated.
-
setGlobalProfileManager
ProjectBuilderConfiguration setGlobalProfileManager(ProfileManager globalProfileManager)
Deprecated.
-
setLocalRepository
ProjectBuilderConfiguration setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
Deprecated.
-
setUserProperties
ProjectBuilderConfiguration setUserProperties(java.util.Properties userProperties)
Deprecated.
-
setExecutionProperties
ProjectBuilderConfiguration setExecutionProperties(java.util.Properties executionProperties)
Deprecated.
-
getBuildStartTime
java.util.Date getBuildStartTime()
Deprecated.
-
setBuildStartTime
ProjectBuilderConfiguration setBuildStartTime(java.util.Date buildStartTime)
Deprecated.
-
-