Constructors in ome.formats.importer with parameters of type OMEROWrapper |
ImportCandidates(int depth,
OMEROWrapper reader,
String[] paths,
IObserver observer)
Main constructor which iterates over all the paths calling
DirectoryWalker.walk(File, Collection) and permitting a descent to the given
depth. |
ImportCandidates(OMEROWrapper reader,
String[] paths,
IObserver observer)
Calls ImportCandidates.ImportCandidates(int, OMEROWrapper, String[], IObserver)
with ImportCandidates.DEPTH as the first argument. |
ImportFixture(OMEROMetadataStoreClient store,
OMEROWrapper reader)
|
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader)
The library will not close the client instance. |