Table of Contents
| API Documentation: | JvmClasses | 
|---|
Note: This class is incubating and may change in a future version of Gradle.
A set of classes and resources that operate together.
| Property | Description | 
| classesDir | Incubating The classes directory for this binary. | 
| resourceDirs | Incubating A set of resource directories for this binary. | 
| Method | Description | 
| addResourceDir(resourceDir) | Incubating Add a resource directory to this binary. | 
File classesDir
Note: This property is incubating and may change in a future version of Gradle.
The classes directory for this binary.
Note: This property is incubating and may change in a future version of Gradle.
A set of resource directories for this binary.
void addResourceDir(File resourceDir)
Note: This method is incubating and may change in a future version of Gradle.
Add a resource directory to this binary.