com.github.searls.jasmine
Class CustomConfigScriptResolver

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

public class CustomConfigScriptResolver
extends ProjectDirScripResolver


Field Summary
 
Fields inherited from class com.github.searls.jasmine.io.scripts.AbstractScriptResolver
baseDir, preloads, relativizer, relativizesFilePaths, scriptSearchSources, scriptSearchSpecs
 
Constructor Summary
CustomConfigScriptResolver(File basedir, ScriptSearch sources, ScriptSearch specs, List<String> preloadSources)
           
 
Method Summary
 String getSourceDirectoryRelativePath()
           
 
Methods inherited from class com.github.searls.jasmine.io.scripts.AbstractScriptResolver
getAllScripts, getAllScriptsRelativePath, getPreloads, getPreloadsRelativePath, getSourceDirectory, 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

CustomConfigScriptResolver

public CustomConfigScriptResolver(File basedir,
                                  ScriptSearch sources,
                                  ScriptSearch specs,
                                  List<String> preloadSources)
                           throws IOException
Throws:
IOException
Method Detail

getSourceDirectoryRelativePath

public String getSourceDirectoryRelativePath()
                                      throws IOException
Specified by:
getSourceDirectoryRelativePath in interface ScriptResolver
Overrides:
getSourceDirectoryRelativePath in class AbstractScriptResolver
Throws:
IOException


Copyright © 2012. All Rights Reserved.