|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IAndroidTarget.OptionalLibrary
An optional library provided by an Android Target
Method Summary | |
---|---|
java.lang.String |
getDescription()
Description of the library. |
java.io.File |
getJar()
Location of the jar file. |
java.lang.String |
getName()
The name of the library, as used in the manifest (<uses-library>). |
boolean |
isManifestEntryRequired()
Whether the library requires a manifest entry |
Method Detail |
---|
@NonNull java.lang.String getName()
@NonNull java.io.File getJar()
@NonNull java.lang.String getDescription()
boolean isManifestEntryRequired()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |