Class MaisDocGenerator
java.lang.Object
org.x4o.maisdoc.flake.MaisDocGenerator
- All Implemented Interfaces:
MaisDocContentPrinter
ApiDocWriter creates all output files for the ApiDoc.
- Version:
- 1.0 May 1, 2013
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configNodeData
(String prefixPath, File frame) void
defaultWriteSummary
(MaisDocNode node, MaisDocContentWriter writer) void
defaultWriteTreePath
(MaisDocNode node, MaisDocContentWriter writer) static ClassLoader
void
Writes full api doc tree files to the base path.void
writeAllFrameNav
(boolean isFrame) void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.x4o.maisdoc.flake.MaisDocContentPrinter
clearHrefContentGroup, clearHrefContentGroupAlways, printApiTable, printApiTable, printApiTableBean, printApiTableBean, printApiTableBeanClass
-
Constructor Details
-
MaisDocGenerator
public MaisDocGenerator()
-
-
Method Details
-
write
Writes full api doc tree files to the base path.- Parameters:
doc
- The ApiDoc to writer.basePath
- The bath path to write into.- Throws:
IOException
- When file exception happens.
-
configNodeData
- Throws:
IOException
-
defaultWriteSummary
- Throws:
IOException
-
defaultWriteTreePath
- Throws:
IOException
-
writeIndex
- Throws:
IOException
-
writeOverviewFrame
- Throws:
IOException
-
findClassLoader
-