cucumber.io
Class MultiLoader

java.lang.Object
  extended by cucumber.io.MultiLoader
All Implemented Interfaces:
ResourceLoader

public class MultiLoader
extends Object
implements ResourceLoader


Field Summary
static String CLASSPATH_SCHEME
           
 
Constructor Summary
MultiLoader(ClassLoader classLoader)
           
 
Method Summary
static String packageName(String gluePath)
           
 Iterable<Resource> resources(String path, String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSPATH_SCHEME

public static final String CLASSPATH_SCHEME
See Also:
Constant Field Values
Constructor Detail

MultiLoader

public MultiLoader(ClassLoader classLoader)
Method Detail

resources

public Iterable<Resource> resources(String path,
                                    String suffix)
Specified by:
resources in interface ResourceLoader

packageName

public static String packageName(String gluePath)


Copyright © 2012. All Rights Reserved.