Interface ComponentWithNativeRuntime

    • Method Detail

      • getBaseName

        Provider<java.lang.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.
      • getTargetMachine

        TargetMachine getTargetMachine()
        Returns the target machine for this component.
        Since:
        5.2
      • getToolChain

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