api / org.gradle.tooling.model.eclipse / EclipseSourceDirectory / getExcludes

getExcludes

abstract fun getExcludes(): MutableList<String>

Returns the exclude patterns for this source directory.

Exceptions

UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.

Return
The list of patterns to exclude. Does not return null.

Since
3.0