|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.util.Grizzly
public class Grizzly
Class contains information about Grizzly framework
| Constructor Summary | |
|---|---|
Grizzly()
|
|
| Method Summary | |
|---|---|
static boolean |
equalVersion(int major,
int minor)
Checks if current Grizzly framework version equals to one passed |
static String |
getDotedVersion()
Return the dotted version of the curent release. |
static int |
getMajorVersion()
Get Grizzly framework major version |
static int |
getMicroVersion()
Return the micro version |
static int |
getMinorVersion()
Get Grizzly framework minor version |
static String |
getRawVersion()
Return the raw version derived frok the project's pom.xml |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grizzly()
| Method Detail |
|---|
public static void main(String[] args)
public static String getRawVersion()
public static String getDotedVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
public static boolean equalVersion(int major,
int minor)
major - Grizzly framework major versionminor - Grizzly framework minor version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||