public interface FacetDefinitionReader extends AutoCloseable
facet definitions
from an input source.FacetDefinition
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this instance and release all associated resources.
|
FacetDefinition |
readFacet()
Return the next facet definition from the input source or null if no more
facets are available.
|
FacetDefinition readFacet()
IllegalStateException
- if a data format error occursUncheckedIOException
- if an I/O error occursvoid close()
close
in interface AutoCloseable
UncheckedIOException
- if an I/O error occursCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.