Interface JvmClasses

All Superinterfaces:
Buildable, BuildableComponentSpec, ComponentSpec, ModelElement, Named

@Incubating public interface JvmClasses extends BuildableComponentSpec
A set of classes and resources that operate together.
  • Method Details

    • 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.