Interface FacetDefinitionReader

    • Method Detail

      • readFacet

        FacetDefinition readFacet()
        Return the next facet definition from the input source or null if no more facets are available.
        Returns:
        the next facet definition or null if no more facets are available
        Throws:
        java.lang.IllegalStateException - if a data format error occurs
        java.io.UncheckedIOException - if an I/O error occurs
      • close

        void close()
        Close this instance and release all associated resources.
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.UncheckedIOException - if an I/O error occurs