jaulib v1.5.0
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
org.jau.base.JaulibVersion Class Reference
Inheritance diagram for org.jau.base.JaulibVersion:
Collaboration diagram for org.jau.base.JaulibVersion:

Static Public Member Functions

static JaulibVersion getInstance ()
 Returns a transient new instance.
 
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 boolean equals (final Object o)
 
final String getAndroidPackageVersionName ()
 
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 StringBuilder getFullManifestInfo (final StringBuilder sb)
 
final String getImplementationBranch ()
 Returns the SCM branch name.
 
final String getImplementationBuild ()
 Returns the implementation build number, e.g.
 
final String getImplementationCommit ()
 Returns the SCM version of the last commit, e.g.
 
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 getImplementationSHASources ()
 Returns the SHA of all concatenated source files of the whole project.
 
final String getImplementationTitle ()
 
final String getImplementationVendor ()
 
final String getImplementationVersion ()
 Returns the IMPLEMENTATION_VERSION.
 
final Manifest getManifest ()
 
StringBuilder getManifestInfo (StringBuilder sb)
 
final String getPackageName ()
 
final String getSpecificationTitle ()
 
final String getSpecificationVendor ()
 
final String getSpecificationVersion ()
 
final int hashCode ()
 
String toString ()
 
StringBuilder toString (StringBuilder sb)
 
- Static Public Attributes inherited from org.jau.util.JauVersion
static final Attributes.Name IMPLEMENTATION_BRANCH = new Attributes.Name("Implementation-Branch")
 See getImplementationBranch().
 
static final Attributes.Name IMPLEMENTATION_BUILD = new Attributes.Name("Implementation-Build")
 See getImplementationBuild().
 
static final Attributes.Name IMPLEMENTATION_COMMIT = new Attributes.Name("Implementation-Commit")
 See getImplementationCommit().
 
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().
 
static final Attributes.Name IMPLEMENTATION_SHA_SOURCES = new Attributes.Name("Implementation-SHA-Sources")
 See getImplementationSHASources().
 

Detailed Description

Definition at line 34 of file JaulibVersion.java.

Constructor & Destructor Documentation

◆ JaulibVersion()

org.jau.base.JaulibVersion.JaulibVersion ( final String packageName,
final Manifest mf )
protected

Definition at line 36 of file JaulibVersion.java.

Here is the caller graph for this function:

Member Function Documentation

◆ getInstance()

static JaulibVersion org.jau.base.JaulibVersion.getInstance ( )
static

Returns a transient new instance.

Definition at line 43 of file JaulibVersion.java.

Here is the caller graph for this function:

◆ main()

static void org.jau.base.JaulibVersion.main ( final String args[])
static

Definition at line 55 of file JaulibVersion.java.


The documentation for this class was generated from the following file: