Package org.apache.maven.api.services
Interface SettingsBuilderRequest
Collects settings that control the building of effective settings.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic SettingsBuilderRequest
static SettingsBuilderRequest
builder()
Gets the global settings path.Gets the global settings source.Gets the user settings path.Gets the user settings source.
-
Method Details
-
getSession
-
getGlobalSettingsPath
Gets the global settings path.- Returns:
- the global settings path or
null
if none
-
getGlobalSettingsSource
Gets the global settings source.- Returns:
- the global settings source or
null
if none
-
getUserSettingsPath
Gets the user settings path.- Returns:
- the user settings path or
null
if none
-
getUserSettingsSource
Gets the user settings source.- Returns:
- the user settings source or
null
if none
-
build
-
build
-
builder
-