| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.UNKNOWN |
static Version |
Bootstrap.VERSION
The version of the osgl-bootstrap library.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.get()
Returns
Version of the caller class. |
static Version |
Version.of(Class<?> clazz)
Returns a
Version of the library contains the class specified. |
static Version |
Version.of(Package pkg)
Returns a
Version of the library contains the package specified. |
static Version |
Version.ofPackage(String packageName)
Returns a
Version corresponding to the package name specified. |
Copyright © 2017 OSGL (Open Source General Library). All rights reserved.