toggle menu
gradle
8.11.1
API
switch theme
search in API
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.