Class ServerInfo


  • public class ServerInfo
    extends Object
    Class to represent server info
    Author:
    Mike Douglass douglm
    • Constructor Detail

      • ServerInfo

        public ServerInfo()
    • Method Detail

      • setToken

        public void setToken​(String val)
        Parameters:
        val - token
      • getToken

        public String getToken()
        Returns:
        current token
      • addFeature

        public void addFeature​(Feature val)
      • addApplication

        public void addApplication​(Application val)
      • toXml

        public String toXml()
        Returns:
        XML version of server info
      • toXml

        public void toXml​(org.bedework.util.xml.XmlEmit xml)
        Parameters:
        xml - emitter