public abstract class AbstractWikiProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
dstDir |
protected File |
srcDir |
| Constructor and Description |
|---|
AbstractWikiProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getDir(WikiProcessor.WikiDir type) |
void |
process(org.openfuxml.addon.wiki.data.jaxb.Contents wikiQueries) |
protected void |
processCategory(org.openfuxml.addon.wiki.data.jaxb.Content content) |
protected void |
processPage(org.openfuxml.addon.wiki.data.jaxb.Content content) |
void |
setDirectories(File srcDir,
File dstDir) |
void |
setDirectory(WikiProcessor.WikiDir type,
File dir) |
public void setDirectory(WikiProcessor.WikiDir type, File dir) throws org.openfuxml.exception.OfxInternalProcessingException
org.openfuxml.exception.OfxInternalProcessingExceptionprotected File getDir(WikiProcessor.WikiDir type) throws org.openfuxml.exception.OfxInternalProcessingException
org.openfuxml.exception.OfxInternalProcessingExceptionpublic void process(org.openfuxml.addon.wiki.data.jaxb.Contents wikiQueries)
throws OfxWikiException,
org.openfuxml.exception.OfxAuthoringException,
org.openfuxml.exception.OfxInternalProcessingException
OfxWikiExceptionorg.openfuxml.exception.OfxAuthoringExceptionorg.openfuxml.exception.OfxInternalProcessingExceptionprotected void processPage(org.openfuxml.addon.wiki.data.jaxb.Content content)
throws org.openfuxml.exception.OfxAuthoringException,
org.openfuxml.exception.OfxInternalProcessingException
org.openfuxml.exception.OfxAuthoringExceptionorg.openfuxml.exception.OfxInternalProcessingExceptionprotected void processCategory(org.openfuxml.addon.wiki.data.jaxb.Content content)
throws org.openfuxml.exception.OfxAuthoringException,
org.openfuxml.exception.OfxInternalProcessingException
org.openfuxml.exception.OfxAuthoringExceptionorg.openfuxml.exception.OfxInternalProcessingExceptionCopyright © 2023. All rights reserved.