ExcludeRuleContainer

A container for adding exclude rules for dependencies.

Functions

Link copied to clipboard
abstract fun add(args: Map<String, String>)
Adds an exclude rule to this container.
Link copied to clipboard
abstract fun getRules(): Set<ExcludeRule>
Returns all the exclude rules added to this container.