Uses of Interface
org.apache.maven.settings.building.SettingsSource
-
Uses of SettingsSource in org.apache.maven.settings.building
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
Modifier and TypeMethodDescriptionDefaultSettingsBuildingRequest.getGlobalSettingsSource()
Deprecated.SettingsBuildingRequest.getGlobalSettingsSource()
Deprecated.Gets the global settings source.DefaultSettingsBuildingRequest.getProjectSettingsSource()
Deprecated.SettingsBuildingRequest.getProjectSettingsSource()
Deprecated.Gets the project settings source.DefaultSettingsBuildingRequest.getUserSettingsSource()
Deprecated.SettingsBuildingRequest.getUserSettingsSource()
Deprecated.Gets the user settings source.Modifier and TypeMethodDescriptionDefaultSettingsBuildingRequest.setGlobalSettingsSource
(SettingsSource globalSettingsSource) Deprecated.SettingsBuildingRequest.setGlobalSettingsSource
(SettingsSource globalSettingsSource) Deprecated.Sets the global settings source.DefaultSettingsBuildingRequest.setProjectSettingsSource
(SettingsSource projectSettingsSource) Deprecated.SettingsBuildingRequest.setProjectSettingsSource
(SettingsSource projectSettingsSource) Deprecated.Sets the project settings source.DefaultSettingsBuildingRequest.setUserSettingsSource
(SettingsSource userSettingsSource) Deprecated.SettingsBuildingRequest.setUserSettingsSource
(SettingsSource userSettingsSource) Deprecated.Sets the user settings source.
FileSource