Package org.apache.maven.settings
Class SettingsUtils
java.lang.Object
org.apache.maven.settings.SettingsUtils
Several convenience methods to handle settings
- Author:
- Vincent Siveton
- 
Method SummaryModifier and TypeMethodDescriptionstatic ProfileconvertFromSettingsProfile(Profile settingsProfile) static ProfileconvertToSettingsProfile(Profile modelProfile) static SettingscopySettings(Settings settings) static void
- 
Method Details- 
merge- Parameters:
- dominant-
- recessive-
- recessiveSourceLevel-
 
- 
convertToSettingsProfile- Parameters:
- modelProfile-
- Returns:
- a profile
 
- 
convertFromSettingsProfile- Parameters:
- settingsProfile-
- Returns:
- a profile
 
- 
copySettings- Parameters:
- settings- could be null
- Returns:
- a new instance of settings or null if settings was null.
 
 
-