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 Summary
Fields inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
-
Constructor Summary
ConstructorDescriptionSourceFolder
(Node node) SourceFolder
(String projectRelativePath, String output) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendNode
(Node node) boolean
getDir()
getKind()
getName()
int
hashCode()
void
void
setExcludes
(List<String> excludes) void
setIncludes
(List<String> includes) void
void
toString()
void
trim()
void
Methods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
addClasspathEntry, 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
-
trim
public void trim() -
trim
-
appendNode
- Specified by:
appendNode
in interfaceClasspathEntry
- Overrides:
appendNode
in classAbstractClasspathEntry
-
equals
- Overrides:
equals
in classAbstractClasspathEntry
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractClasspathEntry
-
toString
- Overrides:
toString
in classAbstractClasspathEntry
-