|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaLibrary
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 |
---|
@NonNull java.io.File getJarFile()
@NonNull java.util.List<? extends JavaLibrary> getDependencies()
boolean isProvided()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |