|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.seraph.util.ServerInformationParser
public class ServerInformationParser
Parses ServletContext.getServerInfo() into separate pieces.
| Nested Class Summary | |
|---|---|
static class |
ServerInformationParser.ServerInformation
Holder for easily accessible information about a server. |
| Constructor Summary | |
|---|---|
ServerInformationParser()
|
|
| Method Summary | |
|---|---|
static ServerInformationParser.ServerInformation |
parse(java.lang.String serverInformationText)
Given a String in the expected format, returns parsed server information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInformationParser()
| Method Detail |
|---|
public static ServerInformationParser.ServerInformation parse(java.lang.String serverInformationText)
serverInformationText - the textual version of the server information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||