com.android.sdklib
Interface IAndroidTarget.OptionalLibrary

Enclosing interface:
IAndroidTarget

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

getName

@NonNull
java.lang.String getName()
The name of the library, as used in the manifest (<uses-library>).


getJar

@NonNull
java.io.File getJar()
Location of the jar file.


getDescription

@NonNull
java.lang.String getDescription()
Description of the library.


isManifestEntryRequired

boolean isManifestEntryRequired()
Whether the library requires a manifest entry