Interface CNDWriter
-
@ProviderType public interface CNDWriter
Generic interface for a CND writer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
write(Collection<QNodeTypeDefinition> nts)
void
write(NodeType nt)
void
write(QNodeTypeDefinition nt)
-
-
-
Method Detail
-
write
void write(QNodeTypeDefinition nt) throws IOException
- Throws:
IOException
-
write
void write(Collection<QNodeTypeDefinition> nts) throws IOException
- Throws:
IOException
-
write
void write(NodeType nt) throws IOException
- Throws:
IOException
-
close
void close() throws IOException
- Throws:
IOException
-
-