Interface JvmClasses

    • Method Detail

      • getClassesDir

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

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

        Set<File> getResourceDirs()
        A set of resource directories for this binary.
      • addResourceDir

        void addResourceDir​(File resourceDir)
        Add a resource directory to this binary.