|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fhcrc.cpl.toolbox.commandline.CLMUserManualGenerator
public class CLMUserManualGenerator
test
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
_log
|
| Constructor Summary | |
|---|---|
CLMUserManualGenerator()
|
|
| Method Summary | |
|---|---|
void |
generateCommandManualEntry(CommandLineModule moduleToDocument,
java.io.Writer outW)
Generate manual entry for a single command, in its own doc |
void |
generateFullManual(java.io.Writer outW)
generate a full user manual |
CommandLineModuleDiscoverer |
getCommandLineModuleDiscoverer()
|
void |
writeIntro(java.io.Writer outW)
Write a manual introduction. |
void |
writeTOCAndManualBody(java.io.Writer outW)
Write a table of contents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger _log
| Constructor Detail |
|---|
public CLMUserManualGenerator()
| Method Detail |
|---|
public void generateFullManual(java.io.Writer outW)
throws java.io.IOException
java.io.IOExceptionpublic CommandLineModuleDiscoverer getCommandLineModuleDiscoverer()
public void writeTOCAndManualBody(java.io.Writer outW)
throws java.io.IOException
outW -
java.io.IOException
public void writeIntro(java.io.Writer outW)
throws java.io.IOException
outW -
java.io.IOException
public void generateCommandManualEntry(CommandLineModule moduleToDocument,
java.io.Writer outW)
throws java.io.IOException
moduleToDocument - outW -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||