api / org.gradle.tooling.model.eclipse / EclipseProject / getJavaSourceSettings

getJavaSourceSettings

abstract fun getJavaSourceSettings(): EclipseJavaSourceSettings

Returns the Java source settings for this project.

Exceptions

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

Return
the settings for Java sources or null if not a Java element.

Since
2.10