パッケージ | 説明 |
---|---|
ome.formats | |
ome.formats.importer | |
ome.services.blitz.repo |
コンストラクタと説明 |
---|
OMEROImportFixture(OMEROMetadataStoreClient store,
OMEROWrapper reader) |
コンストラクタと説明 |
---|
ImportCandidates(int depth,
OMEROWrapper reader,
java.lang.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,
java.lang.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 default implementation of
FileTransfer performs a
no-op and therefore need not have
FileTransfer#afterTransfer(int, File[]) as with the
ImportLibrary.ImportLibrary(OMEROMetadataStoreClient, OMEROWrapper, FileTransfer)
constructor. |
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer)
The library will not close the client instance.
|
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer,
int minutesToWait) |
コンストラクタと説明 |
---|
ManagedImportRequestI(Registry reg,
ome.io.nio.TileSizes sizes,
RepositoryDao dao,
OMEROWrapper wrapper,
java.lang.String token) |