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 Summary
Modifier and TypeMethodDescriptionstatic Profile
convertFromSettingsProfile
(org.apache.maven.api.settings.Profile settingsProfile) static org.apache.maven.api.settings.Profile
convertToSettingsProfile
(Profile modelProfile) static Settings
copySettings
(Settings settings) static org.apache.maven.api.settings.Settings
merge
(org.apache.maven.api.settings.Settings dominant, org.apache.maven.api.settings.Settings recessive, String recessiveSourceLevel)
-
Method Details
-
merge
public static org.apache.maven.api.settings.Settings merge(org.apache.maven.api.settings.Settings dominant, org.apache.maven.api.settings.Settings recessive, String recessiveSourceLevel) - Parameters:
dominant
-recessive
-recessiveSourceLevel
-
-
convertToSettingsProfile
- Parameters:
modelProfile
-- Returns:
- a profile
-
convertFromSettingsProfile
public static Profile convertFromSettingsProfile(org.apache.maven.api.settings.Profile settingsProfile) - Parameters:
settingsProfile
-- Returns:
- a profile
-
copySettings
- Parameters:
settings
- could be null- Returns:
- a new instance of settings or null if settings was null.
-