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()
SettingsBuildingRequest.getGlobalSettingsSource()
Gets the global settings source.DefaultSettingsBuildingRequest.getProjectSettingsSource()
SettingsBuildingRequest.getProjectSettingsSource()
Gets the project settings source.DefaultSettingsBuildingRequest.getUserSettingsSource()
SettingsBuildingRequest.getUserSettingsSource()
Gets the user settings source.Modifier and TypeMethodDescriptionDefaultSettingsBuildingRequest.setGlobalSettingsSource
(SettingsSource globalSettingsSource) SettingsBuildingRequest.setGlobalSettingsSource
(SettingsSource globalSettingsSource) Sets the global settings source.DefaultSettingsBuildingRequest.setProjectSettingsSource
(SettingsSource projectSettingsSource) SettingsBuildingRequest.setProjectSettingsSource
(SettingsSource projectSettingsSource) Sets the project settings source.DefaultSettingsBuildingRequest.setUserSettingsSource
(SettingsSource userSettingsSource) SettingsBuildingRequest.setUserSettingsSource
(SettingsSource userSettingsSource) Sets the user settings source.
FileSource