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

java.lang.Object
  extended by com.github.searls.jasmine.io.scripts.ResolvesCompleteListOfScriptLocations

public class ResolvesCompleteListOfScriptLocations
extends Object


Constructor Summary
ResolvesCompleteListOfScriptLocations()
           
 
Method Summary
 Set<String> getAllScripts()
           
 Set<String> getPreloadScripts()
           
 Set<String> getSources()
           
 Set<String> getSpecs()
           
 Set<String> resolve(ScriptSearch sources, ScriptSearch specs, List<String> preloadSources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvesCompleteListOfScriptLocations

public ResolvesCompleteListOfScriptLocations()
Method Detail

resolve

public Set<String> resolve(ScriptSearch sources,
                           ScriptSearch specs,
                           List<String> preloadSources)
                    throws IOException
Throws:
IOException

getPreloadScripts

public Set<String> getPreloadScripts()

getSources

public Set<String> getSources()

getSpecs

public Set<String> getSpecs()

getAllScripts

public Set<String> getAllScripts()


Copyright © 2012. All Rights Reserved.