E G H I O P T U V 

E

equals(Object) - Method in class osgl.version.Version
 

G

get() - Static method in class osgl.version.Version
Returns Version of the caller class.
getArtifactId() - Method in class osgl.version.Version
Returns artifact id, i.e.
getBuildNumber() - Method in class osgl.version.Version
Returns the build number which is defined in ${buildNumber} maven environment variable when buildnumber-maven-plugin is provided
getPackageName() - Method in class osgl.version.Version
Returns app/library package name.
getProjectVersion() - Method in class osgl.version.Version
Returns project version which is defined in ${project.version} maven environment variable
getVersion() - Method in class osgl.version.Version
Returns version tag: a full version string.

H

hashCode() - Method in class osgl.version.Version
 

I

isUnknown() - Method in class osgl.version.Version
Check if a Version instance is UNKNOWN.

O

of(Class<?>) - Static method in class osgl.version.Version
Returns a Version of the library contains the class specified.
of(Package) - Static method in class osgl.version.Version
Returns a Version of the library contains the package specified.
ofPackage(String) - Static method in class osgl.version.Version
Returns a Version corresponding to the package name specified.
osgl.version - package osgl.version
OSGL version - provides tools to prepare and access library/application version info at runtime.

P

PROP_SUPPRESS_VAR_FOUND_WARNING - Static variable in class osgl.version.Version
The system property name used to check if it should suppress warning when variables found in version string

T

toString() - Method in class osgl.version.Version
 

U

UNKNOWN - Static variable in class osgl.version.Version
The UNKNOWN version instance.
UNKNOWN_STR - Static variable in class osgl.version.Version
The string literal unknown.

V

Version - Class in osgl.version
Describe the version of a specific Java delivery (app or library).
Version(String, String, String, String) - Constructor for class osgl.version.Version
Construct a Version instance with packageName, artifactId, projectVersion and buildName.
VERSION - Static variable in class osgl.version.Version
Keep track the version of osgl-version library.
Versioned - Annotation Type in osgl.version
Mark a class of a library or app which has .version file presented.
E G H I O P T U V 

Copyright © 2017–2018 OSGL (Open Source General Library). All rights reserved.