Package com.android.builder.model
Interface JavaLibrary
- All Superinterfaces:
Library
A Java library.
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends JavaLibrary>Returns the direct dependencies of this library.Returns the library's jar file.Methods inherited from interface com.android.builder.model.Library
getBuildId, getName, getProject, getRequestedCoordinates, getResolvedCoordinates, isProvided, isSkipped
-
Method Details
-
getJarFile
Returns the library's jar file. -
getDependencies
Returns the direct dependencies of this library.
-