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