|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.artifacts.dependencies.AbstractDependency
org.gradle.api.internal.artifacts.dependencies.AbstractModuleDependency
class AbstractModuleDependency extends AbstractDependency
Constructor Summary | |
protected AbstractModuleDependency(java.lang.String configuration)
|
Method Summary | |
---|---|
AbstractModuleDependency
|
addArtifact(DependencyArtifact artifact)
|
DependencyArtifact
|
artifact(Closure configureClosure)
|
protected void
|
copyTo(AbstractModuleDependency target)
|
ModuleDependency
|
exclude(Map excludeProperties)
|
Set
|
getArtifacts()
|
java.lang.String
|
getConfiguration()
|
Set
|
getExcludeRules()
|
protected boolean
|
isCommonContentEquals(ModuleDependency dependencyRhs)
|
protected boolean
|
isKeyEquals(ModuleDependency dependencyRhs)
|
boolean
|
isTransitive()
|
void
|
setArtifacts(Set artifacts)
|
ModuleDependency
|
setTransitive(boolean transitive)
|
Methods inherited from class AbstractDependency | |
---|---|
copyTo, hashCode |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
protected AbstractModuleDependency(java.lang.String configuration)
Method Detail |
---|
public AbstractModuleDependency addArtifact(DependencyArtifact artifact)
public DependencyArtifact artifact(Closure configureClosure)
protected void copyTo(AbstractModuleDependency target)
public ModuleDependency exclude(Map excludeProperties)
public Set getArtifacts()
public java.lang.String getConfiguration()
public Set getExcludeRules()
protected boolean isCommonContentEquals(ModuleDependency dependencyRhs)
protected boolean isKeyEquals(ModuleDependency dependencyRhs)
public boolean isTransitive()
public void setArtifacts(Set artifacts)
public ModuleDependency setTransitive(boolean transitive)
Groovy Documentation