Interface JvmBinarySpec

    • Method Detail

      • getTargetPlatform

        JavaPlatform getTargetPlatform()
        The target platform for this binary.
      • setTargetPlatform

        void setTargetPlatform​(JavaPlatform platform)
        Sets the target platform for this binary.
      • getClassesDir

        File getClassesDir()
        The classes directory for this binary.
      • setClassesDir

        void setClassesDir​(File classesDir)
        Sets the classes directory for this binary.
      • getResourcesDir

        File getResourcesDir()
        The resources directory for this binary.
      • setResourcesDir

        void setResourcesDir​(File dir)
        Sets the resources directory for this binary.