shadow
Toggle table of contents
9.0.0-beta13
jvm
Platform filter
jvm
Switch theme
Search in API
shadow
shadow
/
com.github.jengelman.gradle.plugins.shadow.tasks
/
ShadowSpec
Shadow
Spec
interface
ShadowSpec
Inheritors
ShadowJar
Members
Functions
append
Link copied to clipboard
open
fun
append
(
resourcePath
:
String
)
abstract
fun
append
(
resourcePath
:
String
,
separator
:
String
)
dependencies
Link copied to clipboard
abstract
fun
dependencies
(
action
:
Action
<
DependencyFilter
>
?
)
merge
Groovy
Extension
Modules
Link copied to clipboard
abstract
fun
mergeGroovyExtensionModules
(
)
merge
Service
Files
Link copied to clipboard
abstract
fun
mergeServiceFiles
(
)
abstract
fun
mergeServiceFiles
(
rootPath
:
String
)
abstract
fun
mergeServiceFiles
(
action
:
Action
<
ServiceFileTransformer
>
?
)
minimize
Link copied to clipboard
abstract
fun
minimize
(
)
abstract
fun
minimize
(
action
:
Action
<
DependencyFilter
>
?
)
relocate
Link copied to clipboard
open
fun
<
R
:
Relocator
>
relocate
(
relocator
:
R
)
open
fun
<
R
:
Relocator
>
relocate
(
clazz
:
Class
<
R
>
)
abstract
fun
<
R
:
Relocator
>
relocate
(
relocator
:
R
,
action
:
Action
<
R
>
?
)
abstract
fun
<
R
:
Relocator
>
relocate
(
clazz
:
Class
<
R
>
,
action
:
Action
<
R
>
?
)
open
fun
relocate
(
pattern
:
String
,
destination
:
String
)
abstract
fun
relocate
(
pattern
:
String
,
destination
:
String
,
action
:
Action
<
SimpleRelocator
>
?
)
transform
Link copied to clipboard
open
fun
<
T
:
ResourceTransformer
>
transform
(
transformer
:
T
)
open
fun
<
T
:
ResourceTransformer
>
transform
(
clazz
:
Class
<
T
>
)
abstract
fun
<
T
:
ResourceTransformer
>
transform
(
transformer
:
T
,
action
:
Action
<
T
>
?
)
abstract
fun
<
T
:
ResourceTransformer
>
transform
(
clazz
:
Class
<
T
>
,
action
:
Action
<
T
>
?
)