|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.session.Exporter
A class that implements the export operation.
Nested Class Summary | |
static class |
Exporter.ExportQuery
Container to pass around for type exporting. |
Field Summary | |
static java.lang.String |
code_id
|
static Type[] |
ORDERED_TYPES
Type dependencies. |
Constructor Summary | |
Exporter(LocalSession session,
com.waveset.server.Server server)
Build an exporter. |
Method Summary | |
void |
exportObjects(Exporter.ExportQuery[] types,
java.io.OutputStream stream,
BulkMonitor monitor)
Exports the objects of the specified types to a stream. |
void |
exportObjects(Exporter.ExportQuery[] types,
java.lang.String filename,
BulkMonitor monitor)
Exports the objects of the specified types to a file. |
void |
exportObjects(Exporter.ExportQuery[] types,
java.io.Writer out,
BulkMonitor monitor)
Inner export method that emits the XML to an writer. |
void |
exportObjects(java.lang.String typeSet,
java.io.OutputStream stream,
BulkMonitor monitor)
Exports the objects whose types are within the specified type set to a stream. |
void |
exportObjects(java.lang.String typeSet,
java.lang.String filename,
BulkMonitor monitor)
Exports the objects whose types are within the specified type set. |
void |
exportObjects(java.lang.String typeSet,
java.io.Writer wrt,
BulkMonitor monitor)
Exports the objects whose types are within the specified type set to a stream. |
void |
exportObjects(Type[] types,
java.io.OutputStream stream,
BulkMonitor monitor)
Exports the objects of the specified types to a stream. |
void |
exportObjects(Type[] types,
java.lang.String filename,
BulkMonitor monitor)
Exports the objects of the specified types to a file. |
void |
exportObjects(Type[] types,
java.io.Writer wrt,
BulkMonitor monitor)
Exports the objects of the specified types to a stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final Type[] ORDERED_TYPES
Constructor Detail |
public Exporter(LocalSession session, com.waveset.server.Server server)
Method Detail |
public void exportObjects(Exporter.ExportQuery[] types, java.lang.String filename, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(Type[] types, java.lang.String filename, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(Exporter.ExportQuery[] types, java.io.OutputStream stream, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(Type[] types, java.io.OutputStream stream, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(Type[] types, java.io.Writer wrt, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(java.lang.String typeSet, java.lang.String filename, BulkMonitor monitor) throws WavesetException
We have hard wired support for a few common type sets, should make this extensible.
WavesetException
public void exportObjects(java.lang.String typeSet, java.io.OutputStream stream, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(java.lang.String typeSet, java.io.Writer wrt, BulkMonitor monitor) throws WavesetException
WavesetException
public void exportObjects(Exporter.ExportQuery[] types, java.io.Writer out, BulkMonitor monitor) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |