public class BarrelCreator extends Object
Constructor and Description |
---|
BarrelCreator() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] argv) |
void |
parse(String location,
String fileCharset,
BarrelWriter bw)
Parse the given file and append it to given output
BarrelWriter . |
static void |
usage()
Prints usage of this program.
|
public static void usage()
public static void main(String[] argv)
argv
- public void parse(String location, String fileCharset, BarrelWriter bw)
BarrelWriter
.location
- the path to the filefileCharset
- the name of the character set to be usedbw
- BarrelWriter
to which the parser document should be appendedCopyright © 2016 Egothor. All Rights Reserved.