public interface ExternalModuleDependency extends ExternalDependency
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION| 修飾子とタイプ | メソッドと説明 |
|---|---|
ExternalModuleDependency |
copy()
Creates and returns a new dependency with the property values of this one.
|
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.
|
isForce, setForceaddArtifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitivecontentEquals, getGroup, getName, getVersiongetGroup, getName, getVersion, matchesStrictlyboolean isChanging()
setChanging(boolean)ExternalModuleDependency setChanging(boolean changing)
changing - Whether or nor Gradle should always check for a change in the remote repositoryExternalModuleDependency copy()
copy インタフェース内 Dependencycopy インタフェース内 ExternalDependencycopy インタフェース内 ModuleDependency