public class DocGenerator extends Object
| Constructor and Description |
|---|
DocGenerator(InputStream inputStream,
String outputRootDir,
PrintStream errorStream)
Constructs a DocGenerator
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate()
Generates documentation
|
static void |
main(String[] args)
Generates documentation
|
public DocGenerator(InputStream inputStream, String outputRootDir, PrintStream errorStream)
inputStream - input Orchestra fileoutputRootDir - root of file system to write documentation files. If the path ends in
.zip, then a zip archive is created. If the path contains
temp, then a temporary file is created.errorStream - output stream for errorspublic static void main(String[] args) throws Exception
args - command line arguments
file:./doc. If the URI path ends in .zip, then a zip archive
is created. If the URI path contains temp, then a temporary file is
created.System.errJAXBException - if XML file unmarshalling failsIOException - if input file is not found or cannot be readExceptionCopyright © 2016–2021 FIX Trading Community. All rights reserved.