public final class HDF5FactoryProvider
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static IHDF5Factory |
get()
Returns the
IHDF5Factory . |
static void |
set(IHDF5Factory factory)
Sets the
IHDF5Factory . |
public static IHDF5Factory get()
public static void set(IHDF5Factory factory)
IHDF5Factory
. In normal operation this method is not used, but it is a hook
that can be used if you need to track or influence the factory's operation, for example for
mocking in unit tests.