Package org.openstreetmap.osmosis.core.task.v0_5

Interface Summary
ChangeSink Defines the interface for all tasks consuming OSM changes to data.
ChangeSinkChangeSource Defines the interface for combining change sink and change source functionality.
ChangeSinkMultiChangeSource Defines the interface for combining ChangeSink and MultiChangeSource functionality.
ChangeSinkRunnableChangeSource Defines the interface for combining ChangeSink and RunnableChangeSource functionality.
ChangeSource Defines the interface for all tasks producing OSM changes to data.
DatasetSink Defines the interface for tasks consuming datasets.
DatasetSinkSource Defines the interface for combining dataset sink and source functionality.
DatasetSource Defines the interface for tasks producing datasets.
MultiChangeSink Defines the interface for tasks consuming multiple streams of data.
MultiChangeSinkRunnableChangeSource Defines the interface for combining multi change sink and change source functionality.
MultiChangeSource Defines the interface for tasks producing multiple change streams of OSM data.
MultiSink Defines the interface for tasks consuming multiple streams of data.
MultiSinkMultiChangeSinkRunnableSource Defines the interface for combining sink, change sink and source functionality.
MultiSinkRunnableChangeSource Defines the interface for combining multi sink and change source functionality.
MultiSinkRunnableSource Defines the interface for combining multi sink and source functionality.
MultiSource Defines the interface for tasks producing multiple streams of OSM data.
RunnableChangeSource Extends the basic ChangeSource interface with the Runnable capability.
RunnableDatasetSource Extends the basic DatasetSource interface with the Runnable capability.
RunnableSource Extends the basic Source interface with the Runnable capability.
Sink Defines the interface for tasks consuming OSM data types.
SinkDatasetSource Defines the interface for combining sink and dataset source functionality.
SinkMultiSource Defines the interface for combining Sink and MultiSource functionality.
SinkRunnableSource Defines the interface for combining Sink and RunnableSource functionality.
SinkSource Defines the interface for combining sink and source functionality.
Source Defines the interface for tasks producing OSM data types.