Class SourceFolder
java.lang.Object
org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
org.gradle.plugins.ide.eclipse.model.SourceFolder
- All Implemented Interfaces:
- ClasspathEntry
SourceFolder.path contains only project relative path.
- 
Field SummaryFields inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaccessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
- 
Constructor SummaryConstructorsConstructorDescriptionSourceFolder(Node node) SourceFolder(String projectRelativePath, String output) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendNode(Node node) booleangetDir()getKind()getName()inthashCode()voidvoidsetExcludes(List<String> excludes) voidsetIncludes(List<String> includes) voidvoidtoString()voidtrim()voidMethods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaddClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributes
- 
Constructor Details- 
SourceFolder
- 
SourceFolder
 
- 
- 
Method Details- 
getOutput
- 
setOutput
- 
getIncludes
- 
setIncludes
- 
getExcludes
- 
setExcludes
- 
getDir
- 
setDir
- 
getName
- 
setName
- 
getKind
- 
getAbsolutePath
- 
trimpublic void trim()
- 
trim
- 
appendNode- Specified by:
- appendNodein interface- ClasspathEntry
- Overrides:
- appendNodein class- AbstractClasspathEntry
 
- 
equals- Overrides:
- equalsin class- AbstractClasspathEntry
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- AbstractClasspathEntry
 
- 
toString- Overrides:
- toStringin class- AbstractClasspathEntry
 
 
-