|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repository.AddonManifestIniProps
public class AddonManifestIniProps
This class describes the properties that can appear in an add-on's manifest.ini file.
These constants are public and part of the SDK Manager public API. Once published we can't change them arbitrarily since various parts of our build process depend on them.
Field Summary | |
---|---|
static java.lang.String |
ADDON_API
The API level of the add-on, always an integer. |
static java.lang.String |
ADDON_DEFAULT_SKIN
An optional default skin string of the add-on. |
static java.lang.String |
ADDON_DESCRIPTION
The free description string of the add-on. |
static java.lang.String |
ADDON_LIBRARIES
The list of libraries of the add-on. |
static java.lang.String |
ADDON_NAME
The display name of the add-on. |
static java.lang.String |
ADDON_NAME_ID
The optional "name id" of the add-on. |
static java.lang.String |
ADDON_REVISION
The revision of the add-on. |
static java.lang.String |
ADDON_REVISION_OLD
An older/obsolete attribute for the revision of the add-on. |
static java.lang.String |
ADDON_USB_VENDOR
An optional USB vendor string for the add-on. |
static java.lang.String |
ADDON_VENDOR
The display vendor of the add-on. |
static java.lang.String |
ADDON_VENDOR_ID
The optional vendor id of the add-on. |
Constructor Summary | |
---|---|
AddonManifestIniProps()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ADDON_NAME
PkgProps.ADDON_NAME_DISPLAY
.
public static final java.lang.String ADDON_NAME_ID
PkgProps.ADDON_NAME_ID
.
Historically the manifest used to have only a 'name' property for both internal unique id
and display, in which case the internal id was synthesized using the display name and
matching a [a-zA-Z0-9_-]+
pattern (see Addonpackage#sanitizeDisplayToNameId
for details.)
public static final java.lang.String ADDON_VENDOR
PkgProps.ADDON_VENDOR_DISPLAY
.
public static final java.lang.String ADDON_VENDOR_ID
PkgProps.ADDON_VENDOR_ID
.
Historically the manifest used to have only a 'vendor' property for both internal unique id
and display, in which case the internal id was synthesized using the display name and
matching a [a-zA-Z0-9_-]+
pattern (see Addonpackage#sanitizeDisplayToNameId
for details.)
public static final java.lang.String ADDON_DESCRIPTION
public static final java.lang.String ADDON_REVISION
PkgProps.PKG_REVISION
.
public static final java.lang.String ADDON_REVISION_OLD
public static final java.lang.String ADDON_API
PkgProps.VERSION_API_LEVEL
.
public static final java.lang.String ADDON_LIBRARIES
libraries=com.example.foo;com.example.bar com.example.foo=foo.jar;Foo Library com.example.bar=bar.jar;Bar LibraryNot saved in source.properties.
public static final java.lang.String ADDON_DEFAULT_SKIN
public static final java.lang.String ADDON_USB_VENDOR
Constructor Detail |
---|
public AddonManifestIniProps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |