|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExternalDependency
An ExternalDependency is a Dependency on a source outside the current project hierarchy.
| Field Summary |
|---|
| Fields inherited from interface org.gradle.api.artifacts.Dependency |
|---|
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION |
| Method Summary | |
|---|---|
ExternalDependency |
copy()
Creates and returns a new dependency with the property values of this one. |
boolean |
isForce()
Returns whether or not the version of this dependency should be enforced in the case of version conflicts. |
ExternalDependency |
setForce(boolean force)
Sets whether or not the version of this dependency should be enforced in the case of version conflicts. |
| Methods inherited from interface org.gradle.api.artifacts.ModuleDependency |
|---|
addArtifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive |
| Methods inherited from interface org.gradle.api.artifacts.Dependency |
|---|
contentEquals, getGroup, getName, getVersion |
| Method Detail |
|---|
boolean isForce()
ExternalDependency setForce(boolean force)
force - Whether to force this version or not.
ExternalDependency copy()
copy in interface Dependencycopy in interface ModuleDependency
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||