Package org.apache.maven.api.services
Interface SettingsBuilderRequest
Collects settings that control the building of effective settings.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic class
- 
Method SummaryModifier and TypeMethodDescriptionstatic SettingsBuilderRequeststatic SettingsBuilderRequeststatic SettingsBuilderRequeststatic SettingsBuilderRequestbuild(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) builder()Gets the global settings path.Gets the global settings source.Gets the project settings path.Gets the project settings source.Gets the user settings path.Gets the user settings source.
- 
Method Details- 
getSession
- 
getGlobalSettingsPathGets the global settings path.- Returns:
- the global settings path or nullif none
 
- 
getGlobalSettingsSourceGets the global settings source.- Returns:
- the global settings source or nullif none
 
- 
getProjectSettingsSourceGets the project settings source.- Returns:
- the project settings source or nullif none
 
- 
getProjectSettingsPathGets the project settings path.- Returns:
- the project settings path or nullif none
 
- 
getUserSettingsPathGets the user settings path.- Returns:
- the user settings path or nullif none
 
- 
getUserSettingsSourceGets the user settings source.- Returns:
- the user settings source or nullif none
 
- 
build
- 
build
- 
build
- 
build
- 
builder
 
-