public class ServerInformationParser extends Object
ServletContext.getServerInfo() into separate pieces.| Modifier and Type | Class and Description |
|---|---|
static class |
ServerInformationParser.ServerInformation
Holder for easily accessible information about a server.
|
| Constructor and Description |
|---|
ServerInformationParser() |
| Modifier and Type | Method and Description |
|---|---|
static ServerInformationParser.ServerInformation |
parse(String serverInformationText)
Given a String in the expected format, returns parsed server information.
|
public static ServerInformationParser.ServerInformation parse(String serverInformationText)
serverInformationText - the textual version of the server informationCopyright © 2018 Atlassian. All rights reserved.