Changeset 6250
- Timestamp:
- 03/12/10 22:21:07 (5 months ago)
- Author:
- cblackburn
- Message:
-
Set ImportCandidates? depth to 0 to return only importable files from the current directory. See #1799
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6247
|
r6250
|
|
| 50 | 50 | // Default config for now, may need to set some details? |
| 51 | 51 | config = new ImportConfig(); |
| | 52 | config.configureDebug(1); |
| 52 | 53 | OMEROWrapper reader = new OMEROWrapper(config); |
| 53 | 54 | // The first argument here is depth, it doesn't seem to work. |
| 54 | | candidates = new ImportCandidates(1, reader, paths, self); |
| | 55 | candidates = new ImportCandidates(0, reader, paths, self); |
| 55 | 56 | containers = candidates.getContainers(); |
| 56 | 57 | } |
Download in other formats:
1.2.1-PRO © 2008-2009
agile42 all
rights reserved
(this page was served in: 0.102719 sec.)