All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.builder.NexusFileBuilder.html Maven / Gradle / Ivy






NexusFileBuilder (h5jan API)












org.eclipse.dawnsci.nexus.builder

Interface NexusFileBuilder

  • All Known Implementing Classes:
    DefaultNexusFileBuilder


    public interface NexusFileBuilder
    A builder for building a NeXus file. Wraps a TreeFile object. This object should first be configured with the expected content of the NeXus file by calling newEntry(), and calling the appropriate method on that object, or by calling getNXroot() or getNexusTree() and manipulating the nexus objects directly.

    Once this object has been configured with the expected NeXus tree, then the file should be created using #createFile(). This creates the NeXus file with the structure as configured.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy