jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
org.jau.util.JauVersion Class Reference
Inheritance diagram for org.jau.util.JauVersion:
Collaboration diagram for org.jau.util.JauVersion:

Public Member Functions

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

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...
 

Protected Member Functions

 JauVersion (final String packageName, final Manifest mf)
 

Detailed Description

Definition at line 37 of file JauVersion.java.

Constructor & Destructor Documentation

◆ JauVersion()

org.jau.util.JauVersion.JauVersion ( final String  packageName,
final Manifest  mf 
)
protected

Definition at line 67 of file JauVersion.java.

Here is the call graph for this function:

Member Function Documentation

◆ equals()

final boolean org.jau.util.JauVersion.equals ( final Object  o)

Definition at line 97 of file JauVersion.java.

Here is the call graph for this function:

◆ getAndroidPackageVersionName()

final String org.jau.util.JauVersion.getAndroidPackageVersionName ( )

Definition at line 219 of file JauVersion.java.

Here is the caller graph for this function:

◆ getAttribute() [1/2]

final String org.jau.util.JauVersion.getAttribute ( final Attributes.Name  attributeName)

Definition at line 112 of file JauVersion.java.

Here is the caller graph for this function:

◆ getAttribute() [2/2]

final String org.jau.util.JauVersion.getAttribute ( final String  attributeName)

Definition at line 116 of file JauVersion.java.

Here is the call graph for this function:

◆ getAttributeName()

final Attributes.Name org.jau.util.JauVersion.getAttributeName ( final String  attributeName)

Definition at line 120 of file JauVersion.java.

Here is the caller graph for this function:

◆ getAttributeNames()

final Set<?> org.jau.util.JauVersion.getAttributeNames ( )
Returns
set of type Attributes.Name, disguised as anonymous

Definition at line 133 of file JauVersion.java.

◆ getExtensionName()

final String org.jau.util.JauVersion.getExtensionName ( )

Definition at line 137 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getFullManifestInfo()

final StringBuilder org.jau.util.JauVersion.getFullManifestInfo ( final StringBuilder  sb)

Definition at line 235 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationBranch()

final String org.jau.util.JauVersion.getImplementationBranch ( )

Returns the SCM branch name.

Definition at line 154 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationBuild()

final String org.jau.util.JauVersion.getImplementationBuild ( )

Returns the implementation build number, e.g.

2.0-b456-20130328.

Definition at line 147 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationCommit()

final String org.jau.util.JauVersion.getImplementationCommit ( )

Returns the SCM version of the last commit, e.g.

git's sha1

Definition at line 161 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationSHAClasses()

final String org.jau.util.JauVersion.getImplementationSHAClasses ( )

Returns the SHA of all concatenated class files of all build classes.

Definition at line 175 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationSHAClassesThis()

final String org.jau.util.JauVersion.getImplementationSHAClassesThis ( )

Returns the SHA of all concatenated class files of the local (jar) package subset.

Definition at line 182 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationSHANatives()

final String org.jau.util.JauVersion.getImplementationSHANatives ( )

Returns the SHA of all concatenated native library files of all build libs.

Definition at line 189 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationSHANativesThis()

final String org.jau.util.JauVersion.getImplementationSHANativesThis ( )

Returns the SHA of all concatenated native library files of the local (jar) package subset.

Definition at line 196 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationSHASources()

final String org.jau.util.JauVersion.getImplementationSHASources ( )

Returns the SHA of all concatenated source files of the whole project.

Definition at line 168 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationTitle()

final String org.jau.util.JauVersion.getImplementationTitle ( )

Definition at line 200 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationVendor()

final String org.jau.util.JauVersion.getImplementationVendor ( )

Definition at line 204 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getImplementationVersion()

final String org.jau.util.JauVersion.getImplementationVersion ( )

Returns the IMPLEMENTATION_VERSION.

E.g. 2.0.2-rc-20130328 for snapshots prior to 2.0.2 release and 2.0.2 for the upcoming release.

Definition at line 215 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getManifest()

final Manifest org.jau.util.JauVersion.getManifest ( )

Definition at line 104 of file JauVersion.java.

Here is the caller graph for this function:

◆ getManifestInfo()

StringBuilder org.jau.util.JauVersion.getManifestInfo ( StringBuilder  sb)

Definition at line 239 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPackageName()

final String org.jau.util.JauVersion.getPackageName ( )

Definition at line 108 of file JauVersion.java.

Here is the caller graph for this function:

◆ getSpecificationTitle()

final String org.jau.util.JauVersion.getSpecificationTitle ( )

Definition at line 223 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getSpecificationVendor()

final String org.jau.util.JauVersion.getSpecificationVendor ( )

Definition at line 227 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getSpecificationVersion()

final String org.jau.util.JauVersion.getSpecificationVersion ( )

Definition at line 231 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hashCode()

final int org.jau.util.JauVersion.hashCode ( )

Definition at line 92 of file JauVersion.java.

◆ toString() [1/2]

String org.jau.util.JauVersion.toString ( )

Definition at line 279 of file JauVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString() [2/2]

StringBuilder org.jau.util.JauVersion.toString ( StringBuilder  sb)

Definition at line 266 of file JauVersion.java.

Here is the call graph for this function:

Member Data Documentation

◆ IMPLEMENTATION_BRANCH

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_BRANCH = new Attributes.Name("Implementation-Branch")
static

See getImplementationBranch().

Definition at line 42 of file JauVersion.java.

◆ IMPLEMENTATION_BUILD

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_BUILD = new Attributes.Name("Implementation-Build")
static

See getImplementationBuild().

Definition at line 40 of file JauVersion.java.

◆ IMPLEMENTATION_COMMIT

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_COMMIT = new Attributes.Name("Implementation-Commit")
static

See getImplementationCommit().

Definition at line 44 of file JauVersion.java.

◆ IMPLEMENTATION_SHA_CLASSES

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_SHA_CLASSES = new Attributes.Name("Implementation-SHA-Classes")
static

See getImplementationSHAClasses().

Definition at line 48 of file JauVersion.java.

◆ IMPLEMENTATION_SHA_CLASSES_THIS

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_SHA_CLASSES_THIS = new Attributes.Name("Implementation-SHA-Classes-this")
static

See getImplementationSHAClassesThis().

Definition at line 50 of file JauVersion.java.

◆ IMPLEMENTATION_SHA_NATIVES

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_SHA_NATIVES = new Attributes.Name("Implementation-SHA-Natives")
static

See getImplementationSHANatives().

Definition at line 52 of file JauVersion.java.

◆ IMPLEMENTATION_SHA_NATIVES_THIS

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_SHA_NATIVES_THIS = new Attributes.Name("Implementation-SHA-Natives-this")
static

See getImplementationSHANativesThis().

Definition at line 54 of file JauVersion.java.

◆ IMPLEMENTATION_SHA_SOURCES

final Attributes.Name org.jau.util.JauVersion.IMPLEMENTATION_SHA_SOURCES = new Attributes.Name("Implementation-SHA-Sources")
static

See getImplementationSHASources().

Definition at line 46 of file JauVersion.java.


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