cucumber.cli
Class DefaultRuntimeFactory

java.lang.Object
  extended by cucumber.cli.DefaultRuntimeFactory
All Implemented Interfaces:
RuntimeFactory

public class DefaultRuntimeFactory
extends Object
implements RuntimeFactory


Constructor Summary
DefaultRuntimeFactory()
           
 
Method Summary
 Runtime createRuntime(ResourceLoader resourceLoader, List<String> gluePaths, ClassLoader classLoader, boolean dryRun)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRuntimeFactory

public DefaultRuntimeFactory()
Method Detail

createRuntime

public Runtime createRuntime(ResourceLoader resourceLoader,
                             List<String> gluePaths,
                             ClassLoader classLoader,
                             boolean dryRun)
Specified by:
createRuntime in interface RuntimeFactory


Copyright © 2012. All Rights Reserved.