|
final int | hashCode () |
|
final boolean | equals (final Object o) |
|
final Manifest | getManifest () |
|
final String | getPackageName () |
|
final String | getAttribute (final Attributes.Name attributeName) |
|
final String | getAttribute (final String attributeName) |
|
final Attributes.Name | getAttributeName (final String attributeName) |
|
final Set<?> | getAttributeNames () |
|
final String | getExtensionName () |
|
final String | getImplementationBuild () |
| Returns the implementation build number, e.g.
|
|
final String | getImplementationBranch () |
| Returns the SCM branch name.
|
|
final String | getImplementationCommit () |
| Returns the SCM version of the last commit, e.g.
|
|
final String | getImplementationSHASources () |
| Returns the SHA of all concatenated source files of the whole project.
|
|
final String | getImplementationSHAClasses () |
| Returns the SHA of all concatenated class files of all build classes.
|
|
final String | getImplementationSHAClassesThis () |
| Returns the SHA of all concatenated class files of the local (jar) package subset.
|
|
final String | getImplementationSHANatives () |
| Returns the SHA of all concatenated native library files of all build libs.
|
|
final String | getImplementationSHANativesThis () |
| Returns the SHA of all concatenated native library files of the local (jar) package subset.
|
|
final String | getImplementationTitle () |
|
final String | getImplementationVendor () |
|
final String | getImplementationVersion () |
| Returns the IMPLEMENTATION_VERSION .
|
|
final String | getAndroidPackageVersionName () |
|
final String | getSpecificationTitle () |
|
final String | getSpecificationVendor () |
|
final String | getSpecificationVersion () |
|
final StringBuilder | getFullManifestInfo (final StringBuilder sb) |
|
StringBuilder | getManifestInfo (StringBuilder sb) |
|
StringBuilder | toString (StringBuilder sb) |
|
String | toString () |
|
static final Attributes.Name | IMPLEMENTATION_BUILD = new Attributes.Name("Implementation-Build") |
| See getImplementationBuild() .
|
|
static final Attributes.Name | IMPLEMENTATION_BRANCH = new Attributes.Name("Implementation-Branch") |
| See getImplementationBranch() .
|
|
static final Attributes.Name | IMPLEMENTATION_COMMIT = new Attributes.Name("Implementation-Commit") |
| See getImplementationCommit() .
|
|
static final Attributes.Name | IMPLEMENTATION_SHA_SOURCES = new Attributes.Name("Implementation-SHA-Sources") |
| See getImplementationSHASources() .
|
|
static final Attributes.Name | IMPLEMENTATION_SHA_CLASSES = new Attributes.Name("Implementation-SHA-Classes") |
| See getImplementationSHAClasses() .
|
|
static final Attributes.Name | IMPLEMENTATION_SHA_CLASSES_THIS = new Attributes.Name("Implementation-SHA-Classes-this") |
| See getImplementationSHAClassesThis() .
|
|
static final Attributes.Name | IMPLEMENTATION_SHA_NATIVES = new Attributes.Name("Implementation-SHA-Natives") |
| See getImplementationSHANatives() .
|
|
static final Attributes.Name | IMPLEMENTATION_SHA_NATIVES_THIS = new Attributes.Name("Implementation-SHA-Natives-this") |
| See getImplementationSHANativesThis() .
|
|