bes
Updated for version 3.20.6
|
A ServerAdministrator object from the TheBESKeys associated with the string SERVER_ADMIN_KEY. More...
#include <ServerAdministrator.h>
Public Member Functions | |
virtual std::string | get (const std::string &key) |
virtual std::string | get_city () const |
virtual std::string | get_country () const |
virtual std::string | get_email () const |
virtual std::string | get_organization () const |
virtual std::string | get_postal_code () const |
virtual std::string | get_region () const |
virtual std::string | get_state () const |
virtual std::string | get_street () const |
virtual std::string | get_telephone () const |
virtual std::string | get_website () const |
virtual std::string | jdump (bool compact=true) const |
virtual void | mk_default () |
ServerAdministrator () | |
virtual std::string | xdump () const |
A ServerAdministrator object from the TheBESKeys associated with the string SERVER_ADMIN_KEY.
Definition at line 41 of file ServerAdministrator.h.
bes::ServerAdministrator::ServerAdministrator | ( | ) |
BES.ServerAdministrator=email:suppo BES.ServerAdministrator+=organization:OPeNDAP Inc. BES.ServerAdministrator+=street:165 NW Dean Knauss Dr. BES.ServerAdministrator+=city:Narragansett BES.ServerAdministrator+=region:RI BES.ServerAdministrator+=postalCode:02882 BES.ServerAdministrator+=country:US BES.ServerAdministrator+=telephone:+1.401.575.4835 BES.ServerAdministrator+=website:http://www.opendap.org rt@o penda p.or g
Tries to read the SERVER_ADMINISTRATOR_KEY keys from the BESKeys if there is a prblem in the formatting of the entries the default administrator (OPeNDAP Inc.) is returned.
Definition at line 99 of file ServerAdministrator.cc.