Interface ToolchainsBuildingRequest
- All Known Implementing Classes:
 DefaultToolchainsBuildingRequest
Deprecated.
Collects toolchains that control the building of effective toolchains.
- Since:
 - 3.3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the global toolchains source.Deprecated.Gets the user toolchains source.setGlobalToolchainsSource(Source globalToolchainsSource) Deprecated.Sets the global toolchains source.setUserToolchainsSource(Source userToolchainsSource) Deprecated.Sets the user toolchains source. 
- 
Method Details
- 
getGlobalToolchainsSource
Source getGlobalToolchainsSource()Deprecated.Gets the global toolchains source.- Returns:
 - The global toolchains source or 
nullif none. 
 - 
setGlobalToolchainsSource
Deprecated.Sets the global toolchains source. If both user toolchains and a global toolchains are given, the user toolchains take precedence.- Parameters:
 globalToolchainsSource- The global toolchains source, may benullto disable global toolchains.- Returns:
 - This request, never 
null. 
 - 
getUserToolchainsSource
Source getUserToolchainsSource()Deprecated.Gets the user toolchains source.- Returns:
 - The user toolchains source or 
nullif none. 
 - 
setUserToolchainsSource
Deprecated.Sets the user toolchains source. If both user toolchains and a global toolchains are given, the user toolchains take precedence.- Parameters:
 userToolchainsSource- The user toolchains source, may benullto disable user toolchains.- Returns:
 - This request, never 
null. 
 
 - 
 
org.apache.maven.api.services.ToolchainsBuilderinstead