| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.exporter.EADBatchExportHandler
public class EADBatchExportHandler
| Field Summary | |
|---|---|
 java.io.File | 
file
 | 
| Constructor Summary | |
|---|---|
EADBatchExportHandler(ExportOptionsEAD exportOptionsEAD)
 | 
|
| Method Summary | |
|---|---|
 void | 
export(java.io.File exportFile,
       java.util.Vector<DomainObject> resources,
       InfiniteProgressPanel progressPanel)
 | 
 void | 
run()
 | 
 boolean | 
startExportThread(java.io.File exportFile,
                  Resources resource)
Kick off the export thread.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.io.File file
| Constructor Detail | 
|---|
public EADBatchExportHandler(ExportOptionsEAD exportOptionsEAD)
| Method Detail | 
|---|
public boolean startExportThread(java.io.File exportFile,
                                 Resources resource)
exportFile - the file to import
public void run()
run in interface java.lang.Runnable
public void export(java.io.File exportFile,
                   java.util.Vector<DomainObject> resources,
                   InfiniteProgressPanel progressPanel)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||