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

getOutput

abstract fun getOutput(): String

Returns the output location of this source directory. If null, then the compiled classes are placed in the project's default output location.

Exceptions

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

Return
The output location of this source directory.

Since
3.0