Buildable
, BuildableComponentSpec
, ComponentSpec
, ModelElement
, Named
@Incubating @Deprecated public interface JvmClasses extends BuildableComponentSpec
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
void |
addResourceDir(File resourceDir) |
Deprecated.
Add a resource directory to this binary.
|
File |
getClassesDir() |
Deprecated.
The classes directory for this binary.
|
Set<File> |
getResourceDirs() |
Deprecated.
A set of resource directories for this binary.
|
void |
setClassesDir(File classesDir) |
Deprecated.
Sets the classes directory for this binary.
|
getBuildDependencies
builtBy, getBuildTask, hasBuildDependencies, setBuildTask
getProjectPath
getDisplayName, getName
File getClassesDir()
void setClassesDir(File classesDir)
Set<File> getResourceDirs()
void addResourceDir(File resourceDir)