Package ome.formats.importer
Class ImportCandidates.SCANNING
- java.lang.Object
- 
- ome.formats.importer.ImportEvent
- 
- ome.formats.importer.ImportCandidates.SCANNING
 
 
- 
- Enclosing class:
- ImportCandidates
 
 public static class ImportCandidates.SCANNING extends ImportEvent Event raised during a pass through the directory structure given toImportCandidates. AImportCandidates.SCANNINGevent will not necessarily be raised for every file or directory, but the values will be valid for each event. IftotalFilesis less than 0, then the directory is currently being scanned and the count is unknown. OncetotalFilesis positive, it will remain constant. Ifcancel()is called, then directory searching will cease. TheImportCandidatesinstance will be left with noImportContainers.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class ome.formats.importer.ImportEventImportEvent.ADD, ImportEvent.BEGIN_POST_PROCESS, ImportEvent.BEGIN_SAVE_TO_DB, ImportEvent.COUNT_EVENT, ImportEvent.DATA_STORED, ImportEvent.DATASET_STORED, ImportEvent.DEBUG_SEND, ImportEvent.END_POST_PROCESS, ImportEvent.END_SAVE_TO_DB, ImportEvent.ERRORS_COMPLETE, ImportEvent.ERRORS_FAILED, ImportEvent.ERRORS_PENDING, ImportEvent.FILE_UPLOAD_BYTES, ImportEvent.FILE_UPLOAD_CANCELLED, ImportEvent.FILE_UPLOAD_COMPLETE, ImportEvent.FILE_UPLOAD_ERROR, ImportEvent.FILE_UPLOAD_EVENT, ImportEvent.FILE_UPLOAD_FAILED, ImportEvent.FILE_UPLOAD_FINISHED, ImportEvent.FILE_UPLOAD_STARTED, ImportEvent.FILESET_EXCLUSION, ImportEvent.FILESET_UPLOAD_END, ImportEvent.FILESET_UPLOAD_PREPARATION, ImportEvent.FILESET_UPLOAD_START, ImportEvent.IMPORT_ARCHIVING, ImportEvent.IMPORT_DONE, ImportEvent.IMPORT_OVERLAYS, ImportEvent.IMPORT_PROCESSING, ImportEvent.IMPORT_STARTED, ImportEvent.IMPORT_STEP, ImportEvent.IMPORT_SUMMARY, ImportEvent.LOADED_IMAGE, ImportEvent.LOADING_IMAGE, ImportEvent.LOGGED_IN, ImportEvent.LOGGED_OUT, ImportEvent.METADATA_IMPORTED, ImportEvent.METADATA_PROCESSED, ImportEvent.OBJECTS_RETURNED, ImportEvent.PIXELDATA_PROCESSED, ImportEvent.POST_UPLOAD_EVENT, ImportEvent.PROGRESS_EVENT, ImportEvent.REIMPORT, ImportEvent.THUMBNAILS_GENERATED
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intdepthjava.io.FilefileintnumFilesinttotalFiles- 
Fields inherited from class ome.formats.importer.ImportEventGROUP_COLLAB_READ, GROUP_COLLAB_READ_LINK, GROUP_PRIVATE, GROUP_PUBLIC, GROUP_SYSTEM
 
- 
 - 
Constructor SummaryConstructors Constructor Description SCANNING(java.io.File file, int depth, int numFiles, int totalFiles)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()Can be called to cancel the current action.java.lang.StringtoLog()
 
- 
- 
- 
Method Detail- 
cancelpublic void cancel() Can be called to cancel the current action.
 - 
toLogpublic java.lang.String toLog() - Overrides:
- toLogin class- ImportEvent
 
 
- 
 
-