Interface ProjectDependencySpec

All Superinterfaces:
DependencySpec

@Incubating public interface ProjectDependencySpec extends DependencySpec
A dependency onto a library published by a project.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the library this dependency refers to.
    Returns the project path of the project this dependency refers to.

    Methods inherited from interface org.gradle.platform.base.DependencySpec

    getDisplayName
  • Method Details

    • getProjectPath

      @Nullable String getProjectPath()
      Returns the project path of the project this dependency refers to.
      Returns:
      the project path
    • getLibraryName

      @Nullable String getLibraryName()
      Returns the name of the library this dependency refers to. If null, it should be assumed that the project defines a single library.
      Returns:
      the library name