com.atlassian.seraph.util
Class ServerInformationParser.ServerInformation
java.lang.Object
com.atlassian.seraph.util.ServerInformationParser.ServerInformation
- Enclosing class:
- ServerInformationParser
public static class ServerInformationParser.ServerInformation
- extends Object
Holder for easily accessible information about a server.
Every server has at least a name and a version. otherInformation
is null if not specified.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getVersion
public String getVersion()
getOtherInformation
public String getOtherInformation()
isApacheTomcat
public boolean isApacheTomcat()
Copyright © 2013 Atlassian. All Rights Reserved.