Package org.apache.maven.api.services
Interface ToolchainsBuilderRequest
public interface ToolchainsBuilderRequest
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic class
- 
Method SummaryModifier and TypeMethodDescriptionstatic ToolchainsBuilderRequeststatic ToolchainsBuilderRequestbuilder()Gets the global Toolchains path.Gets the global Toolchains source.Gets the user Toolchains path.Gets the user Toolchains source.
- 
Method Details- 
getSession
- 
getGlobalToolchainsPathGets the global Toolchains path.- Returns:
- the global Toolchains path or nullif none
 
- 
getGlobalToolchainsSourceGets the global Toolchains source.- Returns:
- the global Toolchains source or nullif none
 
- 
getUserToolchainsPathGets the user Toolchains path.- Returns:
- the user Toolchains path or nullif none
 
- 
getUserToolchainsSourceGets the user Toolchains source.- Returns:
- the user Toolchains source or nullif none
 
- 
build
- 
build
- 
builder
 
-