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