Package org.apache.maven.api.services
Interface ToolchainsBuilderRequest
public interface ToolchainsBuilderRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ToolchainsBuilderRequest
static ToolchainsBuilderRequest
builder()
Gets the global Toolchains path.Gets the global Toolchains source.Gets the user Toolchains path.Gets the user Toolchains source.
-
Method Details
-
getSession
-
getGlobalToolchainsPath
Gets the global Toolchains path.- Returns:
- the global Toolchains path or
null
if none
-
getGlobalToolchainsSource
Gets the global Toolchains source.- Returns:
- the global Toolchains source or
null
if none
-
getUserToolchainsPath
Gets the user Toolchains path.- Returns:
- the user Toolchains path or
null
if none
-
getUserToolchainsSource
Gets the user Toolchains source.- Returns:
- the user Toolchains source or
null
if none
-
build
-
build
-
builder
-