Interface LibraryBinaryIdentifier

All Superinterfaces:
ComponentIdentifier

public interface LibraryBinaryIdentifier extends ComponentIdentifier
An identifier for a library instance that is built as part of the current build.
Since:
2.6
  • Method Details

    • getProjectPath

      String getProjectPath()
      The project path of the library.
      Returns:
      The project path of the library.
      Since:
      2.6
    • getLibraryName

      String getLibraryName()
      The name of the library
      Returns:
      the name of the library
      Since:
      2.6
    • getVariant

      String getVariant()
      The variant of the library.
      Returns:
      the variant identifier of the library.
      Since:
      2.6