jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
Static Public Member Functions | |
static JaulibVersion | getInstance () |
Returns a transient new instance. More... | |
static void | main (final String args[]) |
Protected Member Functions | |
JaulibVersion (final String packageName, final Manifest mf) | |
Protected Member Functions inherited from org.jau.util.JauVersion | |
JauVersion (final String packageName, final Manifest mf) | |
Additional Inherited Members | |
Public Member Functions inherited from org.jau.util.JauVersion | |
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. More... | |
final String | getImplementationBranch () |
Returns the SCM branch name. More... | |
final String | getImplementationCommit () |
Returns the SCM version of the last commit, e.g. More... | |
final String | getImplementationSHASources () |
Returns the SHA of all concatenated source files of the whole project. More... | |
final String | getImplementationSHAClasses () |
Returns the SHA of all concatenated class files of all build classes. More... | |
final String | getImplementationSHAClassesThis () |
Returns the SHA of all concatenated class files of the local (jar) package subset. More... | |
final String | getImplementationSHANatives () |
Returns the SHA of all concatenated native library files of all build libs. More... | |
final String | getImplementationSHANativesThis () |
Returns the SHA of all concatenated native library files of the local (jar) package subset. More... | |
final String | getImplementationTitle () |
final String | getImplementationVendor () |
final String | getImplementationVersion () |
Returns the IMPLEMENTATION_VERSION . More... | |
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 Public Attributes inherited from org.jau.util.JauVersion | |
static final Attributes.Name | IMPLEMENTATION_BUILD = new Attributes.Name("Implementation-Build") |
See getImplementationBuild() . More... | |
static final Attributes.Name | IMPLEMENTATION_BRANCH = new Attributes.Name("Implementation-Branch") |
See getImplementationBranch() . More... | |
static final Attributes.Name | IMPLEMENTATION_COMMIT = new Attributes.Name("Implementation-Commit") |
See getImplementationCommit() . More... | |
static final Attributes.Name | IMPLEMENTATION_SHA_SOURCES = new Attributes.Name("Implementation-SHA-Sources") |
See getImplementationSHASources() . More... | |
static final Attributes.Name | IMPLEMENTATION_SHA_CLASSES = new Attributes.Name("Implementation-SHA-Classes") |
See getImplementationSHAClasses() . More... | |
static final Attributes.Name | IMPLEMENTATION_SHA_CLASSES_THIS = new Attributes.Name("Implementation-SHA-Classes-this") |
See getImplementationSHAClassesThis() . More... | |
static final Attributes.Name | IMPLEMENTATION_SHA_NATIVES = new Attributes.Name("Implementation-SHA-Natives") |
See getImplementationSHANatives() . More... | |
static final Attributes.Name | IMPLEMENTATION_SHA_NATIVES_THIS = new Attributes.Name("Implementation-SHA-Natives-this") |
See getImplementationSHANativesThis() . More... | |
Definition at line 34 of file JaulibVersion.java.
|
protected |
|
static |
Returns a transient new instance.
Definition at line 43 of file JaulibVersion.java.
|
static |