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
/
InheritManifest
Inherit
Manifest
interface
InheritManifest
:
Manifest
Members
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Attributes
?
effective
Manifest
Link copied to clipboard
abstract
val
effectiveManifest
:
Manifest
?
sections
Link copied to clipboard
abstract
val
sections
:
Map
<
String
?
,
Attributes
?
>
?
Functions
attributes
Link copied to clipboard
abstract
fun
attributes
(
attributes
:
Map
<
String
?
,
*
>
?
)
:
Manifest
?
abstract
fun
attributes
(
attributes
:
Map
<
String
?
,
*
>
?
,
sectionName
:
String
?
)
:
Manifest
?
from
Link copied to clipboard
abstract
fun
from
(
vararg
mergePath
:
Any
?
)
:
Manifest
?
abstract
fun
from
(
mergePath
:
Any
?
,
@
DelegatesTo
(
value
=
ManifestMergeSpec::class
)
closure
:
Closure
<
*
>
?
)
:
Manifest
?
abstract
fun
from
(
mergePath
:
Any
?
,
action
:
Action
<
ManifestMergeSpec
?
>
?
)
:
Manifest
?
inherit
From
Link copied to clipboard
open
fun
inheritFrom
(
vararg
inheritPaths
:
Any
)
abstract
fun
inheritFrom
(
vararg
inheritPaths
:
Any
,
action
:
Action
<
*
>
?
)
write
To
Link copied to clipboard
abstract
fun
writeTo
(
path
:
Any
?
)
:
Manifest
?