| Package | Description |
|---|---|
| org.gradle.api.internal.artifacts.ivyservice.resolveengine |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleVersionSpec |
ModuleVersionSpec.doIntersection(ModuleVersionSpec other) |
protected ModuleVersionSpec |
ModuleVersionSpec.doUnion(ModuleVersionSpec other) |
static ModuleVersionSpec |
ModuleVersionSpec.forExcludes(Collection<org.apache.ivy.core.module.descriptor.ExcludeRule> excludeRules)
Returns a spec that accepts only those module versions that do not match any of the
|
static ModuleVersionSpec |
ModuleVersionSpec.forExcludes(org.apache.ivy.core.module.descriptor.ExcludeRule... excludeRules) |
ModuleVersionSpec |
ModuleVersionSpec.intersect(ModuleVersionSpec other)
Returns a spec that accepts the intersection of those module versions that are accepted by this spec and the given spec.
|
ModuleVersionSpec |
ModuleVersionSpec.union(ModuleVersionSpec other)
Returns a spec that accepts the union of those module versions that are accepted by this spec and the given spec.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModuleVersionSpec.acceptsSameModulesAs(ModuleVersionSpec other)
Determines if this spec accepts the same set of modules as the given spec.
|
protected boolean |
ModuleVersionSpec.doAcceptsSameModulesAs(ModuleVersionSpec other)
Only called when this and the other spec have the same class.
|
protected ModuleVersionSpec |
ModuleVersionSpec.doIntersection(ModuleVersionSpec other) |
protected ModuleVersionSpec |
ModuleVersionSpec.doUnion(ModuleVersionSpec other) |
ModuleVersionSpec |
ModuleVersionSpec.intersect(ModuleVersionSpec other)
Returns a spec that accepts the intersection of those module versions that are accepted by this spec and the given spec.
|
ModuleVersionSpec |
ModuleVersionSpec.union(ModuleVersionSpec other)
Returns a spec that accepts the union of those module versions that are accepted by this spec and the given spec.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModuleVersionSpec.unpackUnion(Collection<ModuleVersionSpec> specs) |
Copyright © 2013. All rights reserved