public interface EclipseSourceDirectory extends SourceDirectory, EclipseClasspathEntry
Modifier and Type | Method and 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.
|
getDirectory
getAccessRules
java.lang.String getPath()
@Incubating java.util.List<java.lang.String> getIncludes() throws UnsupportedMethodException
UnsupportedMethodException
- For Gradle versions older than 3.0, where this method is not supported.@Incubating java.util.List<java.lang.String> getExcludes() throws UnsupportedMethodException
UnsupportedMethodException
- For Gradle versions older than 3.0, where this method is not supported.@Incubating @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.@Incubating DomainObjectSet<? extends ClasspathAttribute> getClasspathAttributes() throws UnsupportedMethodException
getClasspathAttributes
in interface EclipseClasspathEntry
UnsupportedMethodException
- For Gradle versions older than 3.0, where this method is not supported.