public class RecordGenerator extends Object
Constructor and Description |
---|
RecordGenerator() |
Modifier and Type | Method and Description |
---|---|
private static void |
generateRecords(String defintionsDir,
String recordStyleDir,
String destSrcPathDir,
String testSrcPathDir) |
static void |
main(String[] args)
The main program for the RecordGenerator class
|
private static void |
transform(File in,
File out,
File xslt)
Executes an XSL transformation.
|
public static void main(String[] args) throws Exception
args
- The command line argumentsException
- Description of the Exceptionprivate static void generateRecords(String defintionsDir, String recordStyleDir, String destSrcPathDir, String testSrcPathDir) throws Exception
Exception
private static void transform(File in, File out, File xslt) throws FileNotFoundException, TransformerException
Executes an XSL transformation. This process transforms an XML input file into a text output file controlled by an XSLT specification.
in
- the XML input fileout
- the text output filexslt
- the XSLT specification, i.e. an XSL style sheetFileNotFoundException
TransformerException
Copyright © 2016 Open Microscopy Environment