org.openstreetmap.osmosis.core.task.v0_5
Interface MultiSinkRunnableSource

All Superinterfaces:
MultiSink, java.lang.Runnable, RunnableSource, Source, Task
All Known Implementing Classes:
EntityMerger

public interface MultiSinkRunnableSource
extends MultiSink, RunnableSource

Defines the interface for combining multi sink and source functionality. This is typically used by classes combining the contents of two data sources.

Author:
Brett Henderson

Method Summary
 
Methods inherited from interface org.openstreetmap.osmosis.core.task.v0_5.MultiSink
getSink, getSinkCount
 
Methods inherited from interface org.openstreetmap.osmosis.core.task.v0_5.Source
setSink
 
Methods inherited from interface java.lang.Runnable
run