|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.artifacts.ModuleVersionSelectororg.gradle.api.artifacts.ExternalModuleDependency
org.gradle.api.artifacts.Dependency
org.gradle.plugins.ide.idea.model.ModuleDependency
org.gradle.api.artifacts.ExternalDependency
public interface ExternalModuleDependency extends ExternalDependency
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
| 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 | |
|---|---|
| copy, isForce, setForce |
| Methods inherited from interface ModuleVersionSelector | |
|---|---|
| getGroup, getName, getVersion, matchesStrictly |
| Methods inherited from class ModuleDependency | |
|---|---|
| addToNode, equals, hashCode, toString |
| 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.5