|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.customdb.v0_5.DumpDataset
public class DumpDataset
Reads all data from a dataset.
Constructor Summary | |
---|---|
DumpDataset()
|
Method Summary | |
---|---|
void |
process(Dataset dataset)
Process the dataset. |
void |
release()
Performs resource cleanup tasks such as closing files, or database connections. |
void |
setSink(Sink sink)
Sets the osm sink to send data to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DumpDataset()
Method Detail |
---|
public void setSink(Sink sink)
setSink
in interface Source
sink
- The sink for receiving all produced data.public void process(Dataset dataset)
process
in interface DatasetSink
dataset
- The dataset to be processed.public void release()
release
in interface Releasable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |