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, setForce
addArtifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive
contentEquals, getGroup, getName, getVersion
getGroup, getName, getVersion, matchesStrictly
boolean isChanging()
setChanging(boolean)
ExternalModuleDependency setChanging(boolean changing)
changing
- Whether or nor Gradle should always check for a change in the remote repositoryExternalModuleDependency copy()
copy
インタフェース内 Dependency
copy
インタフェース内 ExternalDependency
copy
インタフェース内 ModuleDependency