java.lang.Object
org.apache.jena.atlas.lib.Version
In support of version information.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintVersion(PrintStream out, String system, String versionString) static voidprintVersion(PrintStream out, String system, Optional<String> versionString) versionForClass(Class<?> cls) Return the version of a class.
-
Method Details
-
versionForClass
Return the version of a class.This depends on the class being in a jar with a manifest that has the version field.
Otherwise return
Optional.empty(). -
printVersion
-
printVersion
-