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 SettingsBuilderRequestbuild(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequeststatic SettingsBuilderRequestbuild(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) builder()Gets the installation settings source.The optional interpolation source used for interpolation.Gets the project settings source.Gets the user settings source.
- 
Method Details- 
getSession
- 
getInstallationSettingsSourceGets the installation settings source.- Returns:
- the installation settings source or nullif none
 
- 
getProjectSettingsSourceGets the project settings source.- Returns:
- the project settings source or nullif none
 
- 
getUserSettingsSourceGets the user settings source.- Returns:
- the user settings source or nullif none
 
- 
getInterpolationSourceThe optional interpolation source used for interpolation.- Returns:
- the interpolation source for interpolation
 
- 
build
- 
build
- 
build
- 
build
- 
builder
 
-