org.dawb.hdf5.nexus
Class NexusUtils

java.lang.Object
  extended by org.dawb.hdf5.nexus.NexusUtils

public class NexusUtils
extends java.lang.Object

Class used to mark groups in the hdf5 tree with nexus attributes. This is a way not to use the nexus API.

Author:
gerring

Constructor Summary
NexusUtils()
           
 
Method Summary
static void setNexusAttribute(FileFormat file, HObject entry, java.lang.String entryKey)
          Sets the nexus attribute so that if something is looking for them, then they are there.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NexusUtils

public NexusUtils()
Method Detail

setNexusAttribute

public static void setNexusAttribute(FileFormat file,
                                     HObject entry,
                                     java.lang.String entryKey)
                              throws java.lang.Exception
Sets the nexus attribute so that if something is looking for them, then they are there.

Parameters:
file -
entry -
entryKey -
Throws:
java.lang.Exception