-
Notifications
You must be signed in to change notification settings - Fork 51
Developer Docs tidy (rebased onto develop) #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7681f1e
8db25b2
c5beacc
5f5c59f
676c632
d96e0d9
582bbd6
5b862a6
10c382b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,28 +6,28 @@ for building import clients. Several are provided by the OMERO team | |
| directly: | ||
|
|
||
| - The integrated :doc:`/users/client-tutorials/insight/insight-import` importer | ||
| - The :doc:`/users/command-line-import` tool | ||
| - :doc:`/users/command-line-import` tool | ||
|
|
||
| Components | ||
| ---------- | ||
|
|
||
| The primary classes which make up the Import Library are: | ||
|
|
||
| - :source:` ImportLibrary.java <components/blitz/src/ome/formats/importer/ImportLibrary.java>`, | ||
| - :source:`ImportLibrary.java <components/blitz/src/ome/formats/importer/ImportLibrary.java>` | ||
| itself, which is the main driver | ||
| - :source:` ImportCandidates.java <components/blitz/src/ome/formats/importer/ImportCandidates.java>` | ||
| - :source:`ImportCandidates.java <components/blitz/src/ome/formats/importer/ImportCandidates.java>` | ||
| which takes file paths and determines the proper files to import | ||
| - :source:` ImportConfig.java <components/blitz/src/ome/formats/importer/ImportConfig.java>`, | ||
| - :source:`ImportConfig.java <components/blitz/src/ome/formats/importer/ImportConfig.java>`, | ||
| an extensible mechanism for storing the | ||
| - :source:` ImportEvent.java <components/blitz/src/ome/formats/importer/ImportEvent.java>`, | ||
| - :source:`ImportEvent.java <components/blitz/src/ome/formats/importer/ImportEvent.java>`, | ||
| the various events raised during import to ``IObserver``\ and | ||
| ``IObservable`` implementations | ||
| - :source:` OMEROMetadataStoreClient.java <components/blitz/src/ome/formats/OMEROMetadataStoreClient.java>`, | ||
| - :source:`OMEROMetadataStoreClient.java <components/blitz/src/ome/formats/OMEROMetadataStoreClient.java>`, | ||
| the low-level connection to the server | ||
| - :source:` OMEROWrapper.java <components/blitz/src/ome/formats/importer/OMEROWrapper.java>`, | ||
| - :source:`OMEROWrapper.java <components/blitz/src/ome/formats/importer/OMEROWrapper.java>`, | ||
| the OMERO adapter for the Bio-Formats ``ImageReaders`` class | ||
| - In OMERO.insight, the main entry point is the importImage method of | ||
| :source:` OMEROGateway.java <components/insight/SRC/org/openmicroscopy/shoola/env/data/OMEROGateway.java>`. | ||
| :source:`OMEROGateway.java <components/insight/SRC/org/openmicroscopy/shoola/env/data/OMEROGateway.java>`. | ||
| - In the CLI, the main entry point is the | ||
| :source:` CommandLineImporter <components/blitz/src/ome/formats/importer/cli/CommandLineImporter.java>` | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. space to elide here too
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one is fixed on dev_4_4 on #243 so will be sorted on develop once this is merged and I can rebase it.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem, I'll just note thoughts as I see them, but as this is a rebase it'll probably still end up good to merge. (-: |
||
| class. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if you meant to end with a period on only the penultimate and final; perhaps this one used to be the final