| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.configurations | |
| org.gradle.api.internal.artifacts.dependencies | |
| org.gradle.api.internal.artifacts.ivyservice.moduleconverter |
| Modifier and Type | Method and Description |
|---|---|
Set<ExcludeRule> |
ModuleDependency.getExcludeRules()
Returns the exclude rules for this dependency.
|
Set<ExcludeRule> |
Configuration.getExcludeRules()
Returns the exclude rules applied for resolving any dependency of this configuration.
|
Set<ExcludeRule> |
ExcludeRuleContainer.getRules()
Returns all the exclude rules added to this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeRuleNotationParser<T extends ExcludeRule> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExcludeRule |
| Modifier and Type | Method and Description |
|---|---|
Set<ExcludeRule> |
DefaultExcludeRuleContainer.getRules() |
| Constructor and Description |
|---|
DefaultExcludeRuleContainer(Set<ExcludeRule> addedRules) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExcludeRule> |
DefaultConfiguration.getExcludeRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConfiguration.setExcludeRules(Set<ExcludeRule> excludeRules) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExcludeRule> |
AbstractModuleDependency.getExcludeRules() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ivy.core.module.descriptor.ExcludeRule |
ExcludeRuleConverter.createExcludeRule(String configuration,
ExcludeRule excludeRule) |
org.apache.ivy.core.module.descriptor.DefaultExcludeRule |
DefaultExcludeRuleConverter.createExcludeRule(String configurationName,
ExcludeRule excludeRule) |
Copyright © 2013. All rights reserved