public abstract class SourceRunner extends Object implements LifecycleAware
| Constructor and Description | 
|---|
| SourceRunner() | 
| Modifier and Type | Method and Description | 
|---|---|
| static SourceRunner | forSource(Source source)Static factory method to instantiate a source runner implementation that
 corresponds to the type of  Sourcespecified. | 
| Source | getSource() | 
| void | setSource(Source source) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLifecycleState, start, stoppublic static SourceRunner forSource(Source source)
Source specified.source - The source to runIllegalArgumentException - if the specified source does not implement
 a supported derived interface of SourceRunner.public Source getSource()
public void setSource(Source source)
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.