com.android.builder.model
Interface JavaLibrary

All Superinterfaces:
Library

public interface JavaLibrary
extends Library

A Java library.


Method Summary
 java.util.List<? extends JavaLibrary> getDependencies()
          Returns the direct dependencies of this library.
 java.io.File getJarFile()
          Returns the library's jar file.
 boolean isProvided()
          Returns whether the dependency is provided.
 
Methods inherited from interface com.android.builder.model.Library
getRequestedCoordinates, getResolvedCoordinates
 

Method Detail

getJarFile

@NonNull
java.io.File getJarFile()
Returns the library's jar file.


getDependencies

@NonNull
java.util.List<? extends JavaLibrary> getDependencies()
Returns the direct dependencies of this library.


isProvided

boolean isProvided()
Returns whether the dependency is provided.