Package org.apache.maven.settings
Class SettingsUtils
java.lang.Object
org.apache.maven.settings.SettingsUtils
Several convenience methods to handle settings
- Version:
- $Id: SettingsUtils.java 682323 2008-08-04 11:14:28Z vsiveton $
- Author:
- Vincent Siveton
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.maven.model.Profile
convertFromSettingsProfile
(Profile settingsProfile) static Settings
copySettings
(Settings settings) static void
-
Method Details
-
merge
- Parameters:
dominant
-recessive
-recessiveSourceLevel
-
-
convertFromSettingsProfile
- Parameters:
settingsProfile
-- Returns:
- a profile
-
copySettings
- Parameters:
settings
- could be null- Returns:
- a new instance of settings or null if settings was null.
-