com.android.sdklib
Interface IAndroidTarget.IOptionalLibrary

Enclosing interface:
IAndroidTarget

public static interface IAndroidTarget.IOptionalLibrary

An optional library provided by an Android Target


Method Summary
 java.lang.String getDescription()
          Description of the library.
 java.lang.String getJarName()
          The file name of the jar file.
 java.lang.String getJarPath()
          Absolute OS path to the jar file.
 java.lang.String getName()
          The name of the library, as used in the manifest (<uses-library>).
 

Method Detail

getName

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


getJarName

java.lang.String getJarName()
The file name of the jar file.


getJarPath

java.lang.String getJarPath()
Absolute OS path to the jar file.


getDescription

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