|
||||||||||
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 String |
getServerInfo()
|
static void |
main(String[] args)
|
static void |
setRawVersion(String s)
Force the Grizzly Raw version |
static void |
setServerInfo(String s)
Set the complete version used for the Server header |
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 void setRawVersion(String s)
public static boolean equalVersion(int major, int minor)
major
- Grizzly framework major versionminor
- Grizzly framework minor version
public static void setServerInfo(String s)
public static String getServerInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |