| 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. constructorCacheConstructor cache. | 
| private static Map<Class<? extends Service>,Constructor<? extends Service>> | ServiceFactory. constructorCacheConstructor cache. | 
| private Class<? extends Service> | DependencyException. failureClassThe class that was used in a failed instantiation. | 
| private Map<Class<? extends Service>,Class<? extends Service>> | ServiceFactory. servicesSet of available services. | 
| private Map<Class<? extends Service>,Class<? extends Service>> | ServiceFactory. servicesSet 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  | JAIIIOServiceInterface defining methods for reading data using JAI Image I/O. | 
| interface  | JHDFServiceUtility class for working with NetCDF/HDF files. | 
| interface  | JPEGTurboService | 
| interface  | LuraWaveService | 
| interface  | MDBServiceInterface defining methods for parsing MDB database files. | 
| interface  | MetakitServiceInterface defining methods for interacting with the OME Metakit library. | 
| interface  | NetCDFServiceUtility class for working with NetCDF/HDF files. | 
| interface  | OMEXMLService | 
| interface  | POIServiceInterface 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  | JAIIIOServiceImplImplementation of JAIIIOService for reading and writing JPEG-2000 data. | 
| class  | JHDFServiceImplUtility class for working with HDF files. | 
| class  | JPEGTurboServiceImplBased upon the NDPI to OME-TIFF converter by Matthias Baldauf:
 http://matthias-baldauf.at/software/ndpi_converter/ | 
| class  | LuraWaveServiceImpl | 
| class  | MDBServiceImplImplementation of  MDBServicefor parsing MDB database files. | 
| class  | MetakitServiceImplImplementation of MetakitService for interacting with the
 OME Metakit library. | 
| class  | NetCDFServiceImplUtility class for working with NetCDF/HDF files. | 
| class  | OMEXMLServiceImpl | 
| class  | POIServiceImpl | 
| class  | WlzServiceImpl | 
Copyright © 2015 Open Microscopy Environment