Interface JvmClasses
- All Superinterfaces:
Buildable, BuildableComponentSpec, ComponentSpec, ModelElement, Named
A set of classes and resources that operate together.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceDir(File resourceDir) Add a resource directory to this binary.The classes directory for this binary.A set of resource directories for this binary.voidsetClassesDir(File classesDir) Sets the classes directory for this binary.Methods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayName, getName
-
Method Details
-
getClassesDir
File getClassesDir()The classes directory for this binary. -
setClassesDir
Sets the classes directory for this binary. -
getResourceDirs
-
addResourceDir
Add a resource directory to this binary.
-