Interface Swiftc

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Named

        Named.Namer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.io.File> getPath()
      The paths setting required for executing the tool chain.
      void path​(java.lang.Object... pathEntries)
      Append an entry or entries to the tool chain path.
    • Method Detail

      • getPath

        java.util.List<java.io.File> getPath()
        The paths setting required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools.
      • path

        void path​(java.lang.Object... pathEntries)
        Append an entry or entries to the tool chain path.
        Parameters:
        pathEntries - The path values to append. These are evaluated as per Project.files(Object...)