Jdt

open class Jdt : PropertiesPersistableConfigurationObject(source)

Represents the Eclipse JDT settings.

Constructors

Link copied to clipboard
constructor(transformer: PropertiesTransformer)

Functions

Link copied to clipboard
open fun load(inputStream: InputStream)
Link copied to clipboard
open fun loadDefaults()
Link copied to clipboard
open fun setSourceCompatibility(sourceCompatibility: JavaVersion)
Sets the source compatibility for the compiler.
Link copied to clipboard
open fun setTargetCompatibility(targetCompatibility: JavaVersion)
Sets the target compatibility for the compiler.
Link copied to clipboard
open fun store(outputStream: OutputStream)
Link copied to clipboard
open fun transformAction(action: Closure)