public final class Version
extends Object
Acts as an accessor to the current build level of the ibmgpu library.
The main method can be launched from the command line, which will print
the current level to stdout.
Field Summary
Fields
The current build level of this package.
Method Summary
All Methods Static Methods Concrete Methods
static void
Prints the current level of ibmgpu to stdout.
Methods declared in class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
VERSION
protected static final String VERSION
The current build level of this package.
See Also:
Method Details
main
public static void main (String [] args)
Prints the current level of ibmgpu to stdout.
Parameters:
args
- unused
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2022, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .