Package org.apache.maven.settings
Class SettingsUtilsV4
java.lang.Object
org.apache.maven.settings.SettingsUtilsV4
Several convenience methods to handle settings
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.maven.api.model.Profile
convertFromSettingsProfile
(org.apache.maven.api.settings.Profile settingsProfile) static org.apache.maven.api.settings.Profile
convertToSettingsProfile
(org.apache.maven.api.model.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)
-
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) - Parameters:
dominant
-recessive
-
-
convertToSettingsProfile
public static org.apache.maven.api.settings.Profile convertToSettingsProfile(org.apache.maven.api.model.Profile modelProfile) - Parameters:
modelProfile
-- Returns:
- a profile
-
convertFromSettingsProfile
public static org.apache.maven.api.model.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.
-