ClientKeepAlive |
A Runnable which keeps a Connector 's server-side resources
from timing out.
|
ErrorContainer |
Container for errors
|
ErrorHandler |
Top of the error handling hierarchy.
|
ErrorHandler.EXCEPTION_EVENT |
|
ErrorHandler.FILE_EXCEPTION |
|
ErrorHandler.INTERNAL_EXCEPTION |
|
ErrorHandler.MISSING_LIBRARY |
|
ErrorHandler.UNKNOWN_FORMAT |
Unlike ErrorHandler.FILE_EXCEPTION , UNKNOWN_FORMAT does not have a reader
since bio-formats is telling us that it does not know how to handle
the given file.
|
ErrorHandler.UNREADABLE_FILE |
Similar to ErrorHandler.UNKNOWN_FORMAT UNREADABLE_FILE specifies that the
file which is being accessed is unreadable (does not exist or canRead
is false), so if the user is specifically saying that the file should
be imported, there may be some underlying issue.
|
FileUploader |
|
HtmlMessenger |
This class allows you to submit a URL and a String hash map of
key-value pairs to be posted to the URL in question.
|
IniFileLoader |
This class loads in the default importer.ini file (or one specified from the
command line when starting the app)
|
ProportionalTimeEstimatorImpl |
|