shadow
Toggle table of contents
9.0.0-beta17
jvm
Platform filter
jvm
Switch theme
Search in API
shadow
shadow
/
com.github.jengelman.gradle.plugins.shadow.tasks
/
ShadowSpec
/
relocate
relocate
open
fun
relocate
(
pattern
:
String
,
destination
:
String
)
abstract
fun
relocate
(
pattern
:
String
,
destination
:
String
,
action
:
Action
<
SimpleRelocator
>
?
)
open
fun
<
R
:
Relocator
>
relocate
(
clazz
:
Class
<
R
>
)
abstract
fun
<
R
:
Relocator
>
relocate
(
clazz
:
Class
<
R
>
,
action
:
Action
<
R
>
?
)
open
fun
<
R
:
Relocator
>
relocate
(
relocator
:
R
)
abstract
fun
<
R
:
Relocator
>
relocate
(
relocator
:
R
,
action
:
Action
<
R
>
?
)