Package org.wikipediacleaner.api.execution

Examples of org.wikipediacleaner.api.execution.BacklinksWRCallable


    if ((pageList == null) || (pageList.size() == 0)) {
      return;
    }
    final API api = APIFactory.getAPI();
    for (final Page page : pageList) {
      addTask(new BacklinksWRCallable(wikipedia, this, api, page));
    }
    block(block);
  }
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.api.execution.BacklinksWRCallable

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.