SourceFolder.path contains only project relative path.
Fields inherited from class | Fields |
---|---|
class AbstractClasspathEntry |
COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, accessRules, entryAttributes, exported, path |
Constructor and description |
---|
SourceFolder
(groovy.util.Node node) |
SourceFolder
(String projectRelativePath, String output) |
Type | Name and description |
---|---|
void |
appendNode(groovy.util.Node node) |
boolean |
equals(Object o) |
String |
getAbsolutePath() |
File |
getDir() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
String |
getKind() |
String |
getName() |
String |
getOutput() |
int |
hashCode() |
void |
setDir(File dir) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setName(String name) |
void |
setOutput(String output) |
String |
toString() |
void |
trim() |
void |
trim(String prefix) |
Methods inherited from class | Name |
---|---|
class AbstractClasspathEntry |
addClasspathEntry, appendNode, equals, getAccessRules, getEntryAttributes, getExported, getNativeLibraryLocation, getPath, hashCode, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, toString, writeEntryAttributes |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Gradle API 3.0-milestone-1