Interface JarBinarySpec

    • Method Detail

      • getJarFile

        File getJarFile()
        The jar file output for this binary.
      • setJarFile

        void setJarFile​(File jarFile)
        Sets the jar file output for this binary.
      • getApiJarFile

        File getApiJarFile()
        The API jar file output for this binary.
      • setApiJarFile

        void setApiJarFile​(File jarFile)
        Sets the API jar file output for this binary.
      • setExportedPackages

        void setExportedPackages​(Set<String> exportedPackages)
      • getExportedPackages

        Set<String> getExportedPackages()