Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.DataWriter
Packages that use DataWriter
Package
Description
The
org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files.-
Uses of DataWriter in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io that return DataWriterModifier and TypeMethodDescriptionDatabaseDataIO.getConfiguredDataWriter(OutputStream output, String xmlEncoding) Returns a data writer instance configured to write to the given output stream in the specified encoding.DatabaseDataIO.getConfiguredDataWriter(Writer output, String xmlEncoding) Returns a data writer instance configured to write to the given output writer in the specified encoding.DatabaseDataIO.getConfiguredDataWriter(String path, String xmlEncoding) Returns a data writer instance configured to write to the indicated file in the specified encoding.Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io with parameters of type DataWriterModifier and TypeMethodDescriptionvoidDatabaseDataIO.writeDataToXML(Platform platform, DataWriter writer) Writes the data contained in the database to which the given platform is connected, as XML to the given data writer.voidDatabaseDataIO.writeDataToXML(Platform platform, Database model, DataWriter writer) Writes the data contained in the database to which the given platform is connected, as XML to the given data writer.