|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repositoryv2.meta.DetailsTypes.Library
public abstract static class DetailsTypes.Library
Information about a IAndroidTarget.OptionalLibrary
provided by a package.
Constructor Summary | |
---|---|
DetailsTypes.Library()
|
Method Summary | |
---|---|
abstract java.lang.String |
getDescription()
User-friendly description of the library. |
java.io.File |
getJar()
Absolute path to the library jar file. |
abstract java.lang.String |
getLocalJarPath()
Path to the library jar file relative to the libs directory in the package. |
abstract java.lang.String |
getName()
The name of the library. |
abstract boolean |
isManifestEntryRequired()
Whether a manifest entry is required for this library. |
void |
setPackagePath(java.io.File packagePath)
Sets the path of the containing package. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailsTypes.Library()
Method Detail |
---|
public void setPackagePath(@NonNull java.io.File packagePath)
getJar()
.
@NonNull public java.io.File getJar()
getJar
in interface IAndroidTarget.OptionalLibrary
@NonNull public abstract java.lang.String getLocalJarPath()
libs
directory in the package.
@NonNull public abstract java.lang.String getName()
getName
in interface IAndroidTarget.OptionalLibrary
@NonNull public abstract java.lang.String getDescription()
getDescription
in interface IAndroidTarget.OptionalLibrary
public abstract boolean isManifestEntryRequired()
isManifestEntryRequired
in interface IAndroidTarget.OptionalLibrary
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |