com.github.searls.jasmine.io.scripts
Class ProjectDirScripResolver

java.lang.Object
  extended by com.github.searls.jasmine.io.scripts.AbstractScriptResolver
      extended by com.github.searls.jasmine.io.scripts.ProjectDirScripResolver
All Implemented Interfaces:
ScriptResolver
Direct Known Subclasses:
CustomConfigScriptResolver

public class ProjectDirScripResolver
extends AbstractScriptResolver


Field Summary
 
Fields inherited from class com.github.searls.jasmine.io.scripts.AbstractScriptResolver
baseDir, preloads, relativizer, relativizesFilePaths, scriptSearchSources, scriptSearchSpecs
 
Constructor Summary
ProjectDirScripResolver(File projectBaseDir, ScriptSearch sources, ScriptSearch specs, List<String> preloads)
           
 
Method Summary
 
Methods inherited from class com.github.searls.jasmine.io.scripts.AbstractScriptResolver
getAllScripts, getAllScriptsRelativePath, getPreloads, getPreloadsRelativePath, getSourceDirectory, getSourceDirectoryRelativePath, getSources, getSourcesRelativePath, getSpecDirectoryPath, getSpecDirectoryRelativePath, getSpecs, getSpecsRelativePath, resolveScripts, setScriptsToPreload, setSources, setSpecs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDirScripResolver

public ProjectDirScripResolver(File projectBaseDir,
                               ScriptSearch sources,
                               ScriptSearch specs,
                               List<String> preloads)
                        throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.