public class IORegistryHolder
extends java.lang.Object
IHdfIORegistry
implementation from the OSGi Declarative Services. This enables classes in
this bundle to fetch IO factories for writing and reading reactor files.Constructor and Description |
---|
IORegistryHolder() |
Modifier and Type | Method and Description |
---|---|
static IHdfIORegistry |
getRegistry()
Gets the currently available
IHdfIORegistry implementation, which
runs via OSGi DS. |
static void |
setHdfIORegistry(IHdfIORegistry registry)
Sets the currently available
IHdfIORegistry implementation, which
runs via OSGi DS. |
static void |
unsetHdfIORegistry(IHdfIORegistry registry)
Unsets the currently available
IHdfIORegistry implementation,
which runs via OSGi DS. |
public static IHdfIORegistry getRegistry()
IHdfIORegistry
implementation, which
runs via OSGi DS.public static void setHdfIORegistry(IHdfIORegistry registry)
IHdfIORegistry
implementation, which
runs via OSGi DS. This method should only be called via the OSGi
framework.registry
- The registry implementation.public static void unsetHdfIORegistry(IHdfIORegistry registry)
IHdfIORegistry
implementation,
which runs via OSGi DS. This method should only be called via the OSGi
framework.registry
- The registry implementation.