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 voidconfigNodeData(String prefixPath, File frame) voiddefaultWriteSummary(MaisDocNode node, MaisDocContentWriter writer) voiddefaultWriteTreePath(MaisDocNode node, MaisDocContentWriter writer) static ClassLoadervoidWrites full api doc tree files to the base path.voidwriteAllFrameNav(boolean isFrame) voidvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-