Package net.sourceforge.jwbf.mediawiki.actions.queries

Examples of net.sourceforge.jwbf.mediawiki.actions.queries.ImageInfo


   * @param imagename a
   * @see ImageInfo
   */
  public String getImageInfo(String imagename) throws ActionException, ProcessException {
   
    ImageInfo a = new ImageInfo(this, imagename);
    return a.getUrlAsString();
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.mediawiki.actions.queries.ImageInfo

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.