|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
org.apache.pivot.util | Contains a collection of common utility classes. |
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
Uses of Version in org.apache.pivot.util |
---|
Methods in org.apache.pivot.util that return Version | |
---|---|
static Version |
Version.decode(String string)
|
Methods in org.apache.pivot.util with parameters of type Version | |
---|---|
int |
Version.compareTo(Version version)
|
Uses of Version in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return Version | |
---|---|
static Version |
ApplicationContext.getJavaVersion()
Returns the current Java Runtime version, parsed from the "java.runtime.version" system property. |
static Version |
ApplicationContext.getJVMVersion()
Returns the current JVM version, parsed from the "java.vm.version" system property. |
static Version |
ApplicationContext.getPivotVersion()
Returns the current Pivot version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |