Object
hdf.object.h5.H5Plugins
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendPluginPath
(String pluginPath) Append the plugin path.static void
deletePluginPath
(int pathIndex) Removes the plugin path.Get the list of paths for the HDF5 library.static final long
Get the total number of paths for the HDF5 library.static void
insertPluginPath
(String pluginPath, int pathIndex) Inserts the plugin path.static void
prependPluginPath
(String pluginPath) Prepend the plugin path.static void
replacePluginPath
(String pluginPath, int pathIndex) Replaces the plugin path.
-
Constructor Details
-
H5Plugins
public H5Plugins()Creates a list of plugin paths for HDFView.
-
-
Method Details
-
getTotalPluginPaths
Get the total number of paths for the HDF5 library.- Returns:
- total number of plugin paths
- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
- If there is an error at the HDF5 library level.
-
getPluginPaths
Get the list of paths for the HDF5 library.- Returns:
- list of plugin paths
- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
- If there is an error at the HDF5 library level.
-
replacePluginPath
public static void replacePluginPath(String pluginPath, int pathIndex) throws hdf.hdf5lib.exceptions.HDF5Exception Replaces the plugin path.- Parameters:
pluginPath
- The plugin path.pathIndex
- The index to replace the plugin path.- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
-
insertPluginPath
public static void insertPluginPath(String pluginPath, int pathIndex) throws hdf.hdf5lib.exceptions.HDF5Exception Inserts the plugin path.- Parameters:
pluginPath
- The plugin path.pathIndex
- The index to insert the plugin path.- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
-
deletePluginPath
Removes the plugin path.- Parameters:
pathIndex
- The index to remove the plugin path.- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
-
prependPluginPath
Prepend the plugin path.- Parameters:
pluginPath
- The plugin path.- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
-
appendPluginPath
Append the plugin path.- Parameters:
pluginPath
- The plugin path.- Throws:
hdf.hdf5lib.exceptions.HDF5Exception
-