Examples of constuctDisambiguationPages()


Examples of org.wikipediacleaner.api.constants.EnumWikipedia.constuctDisambiguationPages()

   * @throws APIException
   */
  private void constructAllDab(List<Page> pages) throws APIException {
    final API api = APIFactory.getAPI();
    EnumWikipedia wiki = getWikipedia();
    List<Page> tmpPages = wiki.constuctDisambiguationPages(api);
    if (tmpPages != null) {
      pages.addAll(tmpPages);
    }
  }

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.