Class AbstractScriptResolver
- java.lang.Object
-
- com.github.searls.jasmine.io.scripts.AbstractScriptResolver
-
- All Implemented Interfaces:
ScriptResolver
- Direct Known Subclasses:
BasicScriptResolver,ContextPathScriptResolver
public abstract class AbstractScriptResolver extends Object implements ScriptResolver
-
-
Constructor Summary
Constructors Constructor Description AbstractScriptResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAllScripts()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.searls.jasmine.io.scripts.ScriptResolver
getBaseDirectory, getPreloads, getSourceDirectory, getSources, getSpecDirectory, getSpecs
-
-
-
-
Method Detail
-
getAllScripts
public Set<String> getAllScripts()
- Specified by:
getAllScriptsin interfaceScriptResolver
-
-