|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.wayback.util.ARCCreator
public class ARCCreator
| Constructor Summary | |
|---|---|
ARCCreator()
|
|
| Method Summary | |
|---|---|
void |
directoryToArc(File srcDir,
File tgtDir,
String prefix)
Reads all component files (.meta, .body, .sh) in srcDir, and writes one or more ARC files in tgtDir with names beginning with prefix. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ARCCreator()
| Method Detail |
|---|
public void directoryToArc(File srcDir,
File tgtDir,
String prefix)
throws IOException
srcDir - tgtDir - prefix -
IOExceptionpublic static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||