| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.translate.SanitizeMODSXML
public class SanitizeMODSXML
| Constructor Summary | |
|---|---|
| SanitizeMODSXML(ArgList argList)Constructor | |
| SanitizeMODSXML(RecordHandler inStore,
                RecordHandler outStore,
                boolean force)Constructor | |
| SanitizeMODSXML(java.lang.String[] args)Constructor | |
| Method Summary | |
|---|---|
|  void | execute()Sanitize all files in directory | 
| 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 SanitizeMODSXML(RecordHandler inStore,
                       RecordHandler outStore,
                       boolean force)
inStore - the record handler for the input files.outStore - the record handler for the sanitized filesforce - sanitize files even if processing not needed
public SanitizeMODSXML(java.lang.String[] args)
                throws java.io.IOException
args - commandline arguments
java.io.IOException - error creating task
public SanitizeMODSXML(ArgList argList)
                throws java.io.IOException
argList - option set of parsed args
java.io.IOException - error creating task| 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 | |||||||||