public class Codegen extends Object
| Constructor and Description |
|---|
Codegen() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(String sequences,
String template) |
static TemplateTree |
applyArroba(String sequences,
InputStream template) |
static SplitHandler |
applyArrobaWithoutWriting(String sequences,
InputStream template) |
static void |
decompose(String target) |
static String |
encodeutf8Text(String text) |
static void |
main(String[] args)
The main program for the Codegen class
|
static String |
readFile(InputStream fis)
Description of the Method
|
public static String readFile(InputStream fis)
constraints - Description of Parametertrans - Description of Parameterfiles - Description of Parametertarget - Description of Parametertemplate - Description of Parameterpublic static TemplateTree applyArroba(String sequences, InputStream template) throws NotWellFormed, Exception
NotWellFormedExceptionpublic static SplitHandler applyArrobaWithoutWriting(String sequences, InputStream template) throws NotWellFormed, Exception
NotWellFormedExceptionpublic static void apply(String sequences, String template) throws Exception
Exceptionpublic static void decompose(String target) throws FileTagEmpty, TextTagEmpty, IOException, SAXException
public static void main(String[] args) throws Exception
args - The command line argumentsException - Description of ExceptionCopyright © 2012. All Rights Reserved.