Package com.facebook.buck.core.toolchain
Interface ToolchainWithCapability
-
- All Superinterfaces:
Toolchain
- All Known Subinterfaces:
AndroidSdkLocation
,AppleSdkLocation
,AppleToolchainProvider
,ComparableToolchain
,CxxPlatformsSupplier
- All Known Implementing Classes:
AndroidNdk
,AppleCxxPlatformsProvider
,NdkCxxPlatformsProvider
public interface ToolchainWithCapability extends Toolchain
Generic interface that indicates that a Toolchain supports somecapability.Specific capabilities should define their own methods so that the clients can call these methods or act on these toolchains in some other way.