Package net.sourceforge.jwbf.mediawiki.actions.meta

Examples of net.sourceforge.jwbf.mediawiki.actions.meta.Siteinfo


   *             on problems with http, cookies and io
   * @see Siteinfo
   */
  public Siteinfo getSiteinfo() throws ActionException {

    Siteinfo gs = null;
    try {
      gs = new Siteinfo();
      performAction(gs);
    } catch (ProcessException e) {
      e.printStackTrace();
    }

View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.mediawiki.actions.meta.Siteinfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.