Package | Description |
---|---|
org.eclipse.ice.io.hdf | |
org.eclipse.ice.reactor.perspective.internal |
Modifier and Type | Class and Description |
---|---|
class |
HdfIORegistry
This class provides an implementation of
IHdfIORegistry . |
Modifier and Type | Method and Description |
---|---|
static IHdfIORegistry |
HdfIOFactory.getHdfIORegistry()
Gets the
IHdfIORegistry implementation that is running as an OSGi
Declarative Service. |
Modifier and Type | Method and Description |
---|---|
static void |
HdfIOFactory.setHdfIORegistry(IHdfIORegistry registry)
Sets the
IHdfIORegistry implementation that is running as an OSGi
Declarative Service. |
static void |
HdfIOFactory.unsetHdfIORegistry(IHdfIORegistry registry)
Unsets the
IHdfIORegistry implementation. |
Modifier and Type | Method and Description |
---|---|
static IHdfIORegistry |
IORegistryHolder.getRegistry()
Gets the currently available
IHdfIORegistry implementation, which
runs via OSGi DS. |
Modifier and Type | Method and Description |
---|---|
static void |
IORegistryHolder.setHdfIORegistry(IHdfIORegistry registry)
Sets the currently available
IHdfIORegistry implementation, which
runs via OSGi DS. |
static void |
IORegistryHolder.unsetHdfIORegistry(IHdfIORegistry registry)
Unsets the currently available
IHdfIORegistry implementation,
which runs via OSGi DS. |