EclipseClasspathEntry, SourceDirectorypublic interface EclipseSourceDirectory extends SourceDirectory, EclipseClasspathEntry
| Modifier and Type | Method | Description | 
|---|---|---|
| DomainObjectSet<? extends ClasspathAttribute> | getClasspathAttributes() | Returns the classpath attributes associated with this classpath entry. | 
| java.util.List<java.lang.String> | getExcludes() | Returns the exclude patterns for this source directory. | 
| java.util.List<java.lang.String> | getIncludes() | Returns the include patterns for this source directory. | 
| java.lang.String | getOutput() | Returns the output location of this source directory. | 
| java.lang.String | getPath() | Returns the relative path for this source directory. | 
getAccessRulesgetDirectoryjava.lang.String getPath()
java.util.List<java.lang.String> getIncludes()
                                      throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.java.util.List<java.lang.String> getExcludes()
                                      throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.@Nullable
java.lang.String getOutput()
                    throws UnsupportedMethodException
null, then the compiled classes are placed in the project's default output location.UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.DomainObjectSet<? extends ClasspathAttribute> getClasspathAttributes() throws UnsupportedMethodException
getClasspathAttributes in interface EclipseClasspathEntryUnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.