|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.duplicity.apps.BarrelCreator
public class BarrelCreator
Use this program to process HTML files saved locally and create a barrel from them.
| Constructor Summary | |
|---|---|
BarrelCreator()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
|
void |
parse(java.lang.String location,
java.lang.String fileCharset,
BarrelWriter bw)
Parse the given file and append it to given output BarrelWriter. |
static void |
usage()
Prints usage of this program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BarrelCreator()
| Method Detail |
|---|
public static void usage()
public static void main(java.lang.String[] argv)
public void parse(java.lang.String location,
java.lang.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 appended
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||