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

getIncludes

abstract fun getIncludes(): MutableList<String>

Returns the include 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 include. Does not return null.

Since
3.0