com.android.builder.model
Interface Library

All Known Subinterfaces:
AndroidLibrary, JavaLibrary

public interface Library


Method Summary
 MavenCoordinates getRequestedCoordinates()
          Returns this library's Maven coordinates, as requested in the build file.
 MavenCoordinates getResolvedCoordinates()
          Returns this library's Maven coordinates after all the project's dependencies have been resolved.
 

Method Detail

getRequestedCoordinates

@Nullable
MavenCoordinates getRequestedCoordinates()
Returns this library's Maven coordinates, as requested in the build file.


getResolvedCoordinates

@Nullable
MavenCoordinates getResolvedCoordinates()
Returns this library's Maven coordinates after all the project's dependencies have been resolved. This coordinate may be different than getRequestedCoordinates().