|
|||||||||
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 |
getLocalJarPath()
Path to the library jar file relative to the libs directory in the package. |
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()
@Nullable java.io.File getJar()
null
when retrieved from a target,
but may be in some cases when retrieved from an DetailsTypes.AddonDetailsType
.
@NonNull java.lang.String getDescription()
boolean isManifestEntryRequired()
@Nullable java.lang.String getLocalJarPath()
libs
directory in the package.
Can be null
when retrieved from a LocalPackage
that was installed from
a legacy source.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |