org.openstreetmap.osmosis.core.task.v0_6
Interface RunnableDatasetSource

All Superinterfaces:
DatasetSource, java.lang.Runnable, Task
All Known Implementing Classes:
PostgreSqlReader, ReadDataset

public interface RunnableDatasetSource
extends DatasetSource, java.lang.Runnable

Extends the basic DatasetSource interface with the Runnable capability. Runnable is not applied to the DatasetSource interface because tasks that act as filters do not require Runnable capability.

Author:
Brett Henderson

Method Summary
 
Methods inherited from interface org.openstreetmap.osmosis.core.task.v0_6.DatasetSource
setDatasetSink
 
Methods inherited from interface java.lang.Runnable
run