com.atlassian.seraph.util
Class ServerInformationParser.ServerInformation

java.lang.Object
  extended by com.atlassian.seraph.util.ServerInformationParser.ServerInformation
Enclosing class:
ServerInformationParser

public static class ServerInformationParser.ServerInformation
extends java.lang.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.


Method Summary
 java.lang.String getName()
           
 java.lang.String getOtherInformation()
           
 java.lang.String getVersion()
           
 boolean isApacheTomcat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getVersion

public java.lang.String getVersion()

getOtherInformation

public java.lang.String getOtherInformation()

isApacheTomcat

public boolean isApacheTomcat()


Copyright © 2012 Atlassian. All Rights Reserved.