Interface ComponentWithNativeRuntime

    • Method Detail

      • getBaseName

        Provider<String> getBaseName()
        Returns the base name of this component. This is used to calculate output file names.
      • isDebuggable

        boolean isDebuggable()
        Returns true if this component has debugging enabled.
      • isOptimized

        boolean isOptimized()
        Returns true if this component is optimized.
      • getTargetPlatform

        NativePlatform getTargetPlatform()
        Returns the target platform for this component.
      • getToolChain

        NativeToolChain getToolChain()
        Returns the tool chain for this component.