gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.artifacts
/
ExcludeRuleContainer
Exclude
Rule
Container
API
interface
ExcludeRuleContainer
(
source
)
A container for adding exclude rules for dependencies.
Members
Functions
add
Link copied to clipboard
API
abstract
fun
add
(
args
:
Map
<
String
,
String
>
)
Adds an exclude rule to this container.
get
Rules
Link copied to clipboard
API
abstract
fun
getRules
(
)
:
Set
<
ExcludeRule
>
Returns all the exclude rules added to this container.