com.github.dreamhead.moco.runner
Class SettingRunner

java.lang.Object
  extended by com.github.dreamhead.moco.runner.SettingRunner
All Implemented Interfaces:
Runner

public class SettingRunner
extends java.lang.Object
implements Runner


Constructor Summary
SettingRunner(java.io.InputStream stream, StartArgs args)
           
 
Method Summary
 java.lang.Iterable<java.io.File> getFiles()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingRunner

public SettingRunner(java.io.InputStream stream,
                     StartArgs args)
Method Detail

getFiles

public java.lang.Iterable<java.io.File> getFiles()

run

public void run()
Specified by:
run in interface Runner

stop

public void stop()
Specified by:
stop in interface Runner