|
||||||||||
| 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 java.lang.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 java.lang.String |
getRawVersion()
Return the raw version derived frok the project's pom.xml |
static java.lang.String |
getServerInfo()
|
static void |
main(java.lang.String[] args)
|
static void |
setRawVersion(java.lang.String s)
Force the Grizzly Raw version |
static void |
setServerInfo(java.lang.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(java.lang.String[] args)
public static java.lang.String getRawVersion()
public static java.lang.String getDotedVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
public static void setRawVersion(java.lang.String s)
public static boolean equalVersion(int major,
int minor)
major - Grizzly framework major versionminor - Grizzly framework minor version
public static void setServerInfo(java.lang.String s)
public static java.lang.String getServerInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||