| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.translate.RunBibutils
public class RunBibutils
| Constructor Summary | |
|---|---|
| RunBibutils(ArgList argList)Constructor | |
| RunBibutils(java.lang.String[] args)Constructor | |
| RunBibutils(java.lang.String bibutilsBasePath,
            java.lang.String inputFormat,
            RecordHandler inStore,
            RecordHandler outStore,
            boolean force)Constructor | |
| Method Summary | |
|---|---|
|  void | execute()Convert all files in inputPath directory to MODS XML according to specified type | 
| static void | main(java.lang.String... args)Main method | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RunBibutils(java.lang.String bibutilsBasePath,
                   java.lang.String inputFormat,
                   RecordHandler inStore,
                   RecordHandler outStore,
                   boolean force)
bibutilsBasePath - the folder for the bibutils executablesinputFormat - the format to convert frominStore - the record handler for the input files.outStore - the record handler for the converted MODS XML filesforce - process all records even if they do not need to be processed
public RunBibutils(java.lang.String[] args)
            throws java.io.IOException
args - commandline arguments
java.io.IOException - error creating task
public RunBibutils(ArgList argList)
            throws java.io.IOException
argList - option set of parsed args
java.io.IOException - if an error occurred setting up a record handler| Method Detail | 
|---|
public void execute()
             throws java.io.IOException
java.io.IOException - if an error in reading or writing occurspublic static void main(java.lang.String... args)
args - commandline arguments| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||