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 Summary
-
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:
setGlobalProfileManager
in interfaceProjectBuilderConfiguration
-
getGlobalProfileManager
Deprecated.- Specified by:
getGlobalProfileManager
in interfaceProjectBuilderConfiguration
-
setLocalRepository
Deprecated.- Specified by:
setLocalRepository
in interfaceProjectBuilderConfiguration
-
getLocalRepository
Deprecated.- Specified by:
getLocalRepository
in interfaceProjectBuilderConfiguration
-
setUserProperties
Deprecated.- Specified by:
setUserProperties
in interfaceProjectBuilderConfiguration
-
getUserProperties
Deprecated.- Specified by:
getUserProperties
in interfaceProjectBuilderConfiguration
-
getExecutionProperties
Deprecated.- Specified by:
getExecutionProperties
in interfaceProjectBuilderConfiguration
-
setExecutionProperties
Deprecated.- Specified by:
setExecutionProperties
in interfaceProjectBuilderConfiguration
-
getBuildStartTime
Deprecated.- Specified by:
getBuildStartTime
in interfaceProjectBuilderConfiguration
-
setBuildStartTime
Deprecated.- Specified by:
setBuildStartTime
in interfaceProjectBuilderConfiguration
-