|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.tools.JavaSpecificationUtils
public abstract class JavaSpecificationUtils
Utility class to obtain information about the currently running Java specification.
| Constructor Summary | |
|---|---|
JavaSpecificationUtils()
|
|
| Method Summary | |
|---|---|
static double |
getVersion()
Retrieves the version of the currently running JVM. |
static boolean |
isAtLeastJdk15()
Checks if the currently running JVM is at least complient with JDK 1.5. |
static boolean |
isAtLeastJdk16()
Checks if the currently running JVM is at least complient with JDK 1.6. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaSpecificationUtils()
| Method Detail |
|---|
public static double getVersion()
public static boolean isAtLeastJdk15()
true if the JVM is complient with JDK 1.5; or
false otherwise
public static boolean isAtLeastJdk16()
true if the JVM is complient with JDK 1.6; or
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||