Package | Description |
---|---|
loci.common.services | |
loci.formats.services |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService |
Modifier and Type | Field and Description |
---|---|
private static Map<Class<? extends Service>,Constructor<? extends Service>> |
ServiceFactory.constructorCache
Constructor cache.
|
private static Map<Class<? extends Service>,Constructor<? extends Service>> |
ServiceFactory.constructorCache
Constructor cache.
|
private Class<? extends Service> |
DependencyException.failureClass
The class that was used in a failed instantiation.
|
private Map<Class<? extends Service>,Class<? extends Service>> |
ServiceFactory.services
Set of available services.
|
private Map<Class<? extends Service>,Class<? extends Service>> |
ServiceFactory.services
Set of available services.
|
Modifier and Type | Method and Description |
---|---|
private <T extends Service> |
ServiceFactory.getConstructor(Class<T> klass)
Retrieves a constructor for a given class from the constructor cache if
possible.
|
<T extends Service> |
ServiceFactory.getInstance(Class<T> type)
Retrieves an instance of a given service.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Service> |
DependencyException.getFailureClass()
Returns the class that was used during a failed instantiation.
|
Constructor and Description |
---|
DependencyException(String message,
Class<? extends Service> klass)
Default constructor.
|
DependencyException(String message,
Class<? extends Service> klass,
Throwable cause)
Default constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EXIFService |
interface |
JAIIIOService
Interface defining methods for reading data using JAI Image I/O.
|
interface |
JHDFService
Utility class for working with NetCDF/HDF files.
|
interface |
JPEGTurboService |
interface |
LuraWaveService |
interface |
MDBService
Interface defining methods for parsing MDB database files.
|
interface |
MetakitService
Interface defining methods for interacting with the OME Metakit library.
|
interface |
NetCDFService
Utility class for working with NetCDF/HDF files.
|
interface |
OMEXMLService |
interface |
POIService
Interface defining methods for reading Microsoft OLE2 documents using
OME's fork of Apache POI.
|
interface |
WlzService |
Modifier and Type | Class and Description |
---|---|
class |
EXIFServiceImpl |
class |
JAIIIOServiceImpl
Implementation of JAIIIOService for reading and writing JPEG-2000 data.
|
class |
JHDFServiceImpl
Utility class for working with HDF files.
|
class |
JPEGTurboServiceImpl
Based upon the NDPI to OME-TIFF converter by Matthias Baldauf:
http://matthias-baldauf.at/software/ndpi_converter/
|
class |
LuraWaveServiceImpl |
class |
MDBServiceImpl
Implementation of
MDBService for parsing MDB database files. |
class |
MetakitServiceImpl
Implementation of MetakitService for interacting with the
OME Metakit library.
|
class |
NetCDFServiceImpl
Utility class for working with NetCDF/HDF files.
|
class |
OMEXMLServiceImpl |
class |
POIServiceImpl |
class |
WlzServiceImpl |
Copyright © 2016 Open Microscopy Environment