org.jbehave.core.configuration.groovy
Class GroovyContext
java.lang.Object
org.jbehave.core.configuration.groovy.GroovyContext
public class GroovyContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyContext
public GroovyContext()
GroovyContext
public GroovyContext(GroovyResourceFinder resourceFinder)
GroovyContext
public GroovyContext(List<String> resources)
GroovyContext
public GroovyContext(groovy.lang.GroovyClassLoader classLoader,
GroovyResourceFinder resourceFinder)
GroovyContext
public GroovyContext(groovy.lang.GroovyClassLoader classLoader,
List<String> resources)
getInstances
public List<Object> getInstances()
getInstanceOfType
public <T> T getInstanceOfType(Class<T> type)
newInstance
public Object newInstance(String resource)
Copyright © 2003-2010. All Rights Reserved.