kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
gradle-plugin
/
io.github.hfhbd.kfx.wsdl
/
Wsdl
Wsdl
abstract
class
Wsdl
:
Kfx
(
source
)
Members
Constructors
Wsdl
Link copied to clipboard
constructor
(
)
Properties
dependencies
Link copied to clipboard
abstract
val
dependencies
:
KfxDependencies
name
Link copied to clipboard
abstract
override
val
name
:
String
schema
Files
Link copied to clipboard
abstract
val
schemaFiles
:
ConfigurableFileCollection
wsdl
Files
Link copied to clipboard
abstract
val
wsdlFiles
:
ConfigurableFileCollection
Functions
dependencies
Link copied to clipboard
open
fun
dependencies
(
action
:
Action
<
KfxDependencies
>
)
get
Name
Link copied to clipboard
abstract
override
fun
getName
(
)
:
String
using
Kotlin
Source
Set
Link copied to clipboard
open
fun
usingKotlinSourceSet
(
kotlinSourceSet
:
NamedDomainObjectProvider
<
KotlinSourceSet
>
)
open
override
fun
usingKotlinSourceSet
(
kotlinSourceSet
:
KotlinSourceSet
)