public interface ProjectDependency extends ModuleDependency, SelfResolvingDependency
A ProjectDependency
is a Dependency
on another project in the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
修飾子とタイプ | メソッドと説明 |
---|---|
ProjectDependency |
copy()
Creates and returns a new dependency with the property values of this one.
|
Project |
getDependencyProject()
Returns the project associated with this project dependency.
|
Configuration |
getProjectConfiguration()
Returns the configuration associated with this project dependency.
|
addArtifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive
resolve, resolve
contentEquals, getGroup, getName, getVersion
getBuildDependencies
Project getDependencyProject()
Configuration getProjectConfiguration()
getDependencyProject()
ProjectDependency copy()
copy
インタフェース内 Dependency
copy
インタフェース内 ModuleDependency