Uses of Interface
org.apache.maven.settings.building.SettingsSource
Packages that use SettingsSource
-
Uses of SettingsSource in org.apache.maven.settings.building
Classes in org.apache.maven.settings.building that implement SettingsSourceModifier and TypeClassDescriptionclassDeprecated.classDeprecated.instead useStringSourceclassDeprecated.instead useUrlSourceMethods in org.apache.maven.settings.building that return SettingsSourceModifier 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.Methods in org.apache.maven.settings.building with parameters of type SettingsSourceModifier 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