cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
gradle-plugin
/
app.softwork.cikraft.gradle
/
SAPCIIFlowsDependencies
/
IntegrationFlowsDependencyModifier
Integration
Flows
Dependency
Modifier
abstract
class
IntegrationFlowsDependencyModifier
:
DependencyModifier
(
source
)
Members
Constructors
Integration
Flows
Dependency
Modifier
Link copied to clipboard
constructor
(
)
Functions
modify
Link copied to clipboard
fun
<
D
:
ModuleDependency
?
>
modify
(
dependency
:
D
?
)
:
D
?
fun
modify
(
dependencyNotation
:
CharSequence
?
)
:
ExternalModuleDependency
?
@
Incubating
fun
modify
(
providerConvertibleToDependency
:
ProviderConvertible
<
out
MinimalExternalModuleDependency
?
>
?
)
:
Provider
<
out
MinimalExternalModuleDependency
?
>
?
fun
<
D
:
ModuleDependency
?
>
modify
(
providerToDependency
:
Provider
<
D
?
>
?
)
:
Provider
<
D
?
>
?