gradle
8.2-rc-3
Java API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
Jdt
Jdt
Java API
open
class
Jdt
:
PropertiesPersistableConfigurationObject
Represents the Eclipse JDT settings.
Members
Constructors
Jdt
Link copied to clipboard
Java API
constructor
(
transformer
:
PropertiesTransformer
)
Functions
load
Link copied to clipboard
Java API
open
fun
load
(
inputStream
:
InputStream
)
load
Defaults
Link copied to clipboard
Java API
open
fun
loadDefaults
(
)
set
Source
Compatibility
Link copied to clipboard
Java API
open
fun
setSourceCompatibility
(
sourceCompatibility
:
JavaVersion
)
Sets the source compatibility for the compiler.
set
Target
Compatibility
Link copied to clipboard
Java API
open
fun
setTargetCompatibility
(
targetCompatibility
:
JavaVersion
)
Sets the target compatibility for the compiler.
store
Link copied to clipboard
Java API
open
fun
store
(
outputStream
:
OutputStream
)
transform
Action
Link copied to clipboard
Java API
open
fun
transformAction
(
action
:
Closure
)