public class WikiBotFactory extends Object
| Constructor and Description |
|---|
WikiBotFactory() |
WikiBotFactory(org.openfuxml.addon.wiki.data.jaxb.Servers wikiServers) |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.jwbf.mediawiki.bots.MediaWikiBot |
createBot() |
net.sourceforge.jwbf.mediawiki.bots.MediaWikiBot |
getBot() |
void |
setHttpDigestAuth(String httpUsername,
String httpPassword) |
void |
setUrl(String wikiURL) |
void |
setWikiAuth(String wikiUsername,
String wikiPassword) |
public WikiBotFactory()
public WikiBotFactory(org.openfuxml.addon.wiki.data.jaxb.Servers wikiServers)
public void setUrl(String wikiURL)
public net.sourceforge.jwbf.mediawiki.bots.MediaWikiBot getBot()
public net.sourceforge.jwbf.mediawiki.bots.MediaWikiBot createBot()
Copyright © 2023. All rights reserved.