|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.ExternalDependencyorg.gradle.api.artifacts.ExternalModuleDependency
org.gradle.api.artifacts.Dependency
public interface ExternalModuleDependency extends ExternalDependency
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
Field Summary |
---|
Fields inherited from interface Dependency | |
---|---|
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION |
Method Summary | |
---|---|
ExternalModuleDependency
|
copy()
{@inheritDoc} |
boolean
|
isChanging()
Returns whether or nor Gradle should always check for a change in the remote repository. |
ExternalModuleDependency
|
setChanging(boolean changing)
Sets whether or nor Gradle should always check for a change in the remote repository. |
Methods inherited from interface ExternalDependency | |
---|---|
getFile, getGradleModuleVersion, getJavadoc, getSource |
Methods inherited from interface Dependency | |
---|---|
contentEquals, copy, getGroup, getName, getVersion |
Method Detail |
---|
public ExternalModuleDependency copy()
public boolean isChanging()
public ExternalModuleDependency setChanging(boolean changing)
changing
- Whether or nor Gradle should always check for a change in the remote repository
Gradle API 1.12