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

All Superinterfaces:
java.lang.Runnable, Source, Task
All Known Subinterfaces:
MultiSinkMultiChangeSinkRunnableSource, MultiSinkRunnableSource, SinkRunnableSource
All Known Implementing Classes:
ApidbCurrentReader, ApidbReader, ChangeApplier, EntityBuffer, EntityMerger, FastXmlReader, XmlDownloader, XmlReader

public interface RunnableSource
extends Source, java.lang.Runnable

Extends the basic Source interface with the Runnable capability. Runnable is not applied to the Source 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.Source
setSink
 
Methods inherited from interface java.lang.Runnable
run