com.github.searls.jasmine.io.scripts
Interface ScriptResolver

All Known Implementing Classes:
AbstractScriptResolver, CustomConfigScriptResolver, ProjectDirScripResolver, TargetDirScriptResolver

public interface ScriptResolver


Method Summary
 Set<String> getAllScripts()
           
 Set<String> getAllScriptsRelativePath()
           
 Set<String> getPreloads()
           
 Set<String> getPreloadsRelativePath()
           
 String getSourceDirectory()
           
 String getSourceDirectoryRelativePath()
           
 Set<String> getSources()
           
 Set<String> getSourcesRelativePath()
           
 String getSpecDirectoryPath()
           
 String getSpecDirectoryRelativePath()
           
 Set<String> getSpecs()
           
 Set<String> getSpecsRelativePath()
           
 void resolveScripts()
           
 

Method Detail

resolveScripts

void resolveScripts()
                    throws IOException
Throws:
IOException

getPreloads

Set<String> getPreloads()

getSources

Set<String> getSources()

getSpecs

Set<String> getSpecs()

getAllScripts

Set<String> getAllScripts()

getSourceDirectory

String getSourceDirectory()
                          throws IOException
Throws:
IOException

getSpecDirectoryPath

String getSpecDirectoryPath()
                            throws MalformedURLException
Throws:
MalformedURLException

getSourcesRelativePath

Set<String> getSourcesRelativePath()
                                   throws IOException
Throws:
IOException

getSpecsRelativePath

Set<String> getSpecsRelativePath()
                                 throws IOException
Throws:
IOException

getPreloadsRelativePath

Set<String> getPreloadsRelativePath()
                                    throws IOException
Throws:
IOException

getAllScriptsRelativePath

Set<String> getAllScriptsRelativePath()
                                      throws IOException
Throws:
IOException

getSourceDirectoryRelativePath

String getSourceDirectoryRelativePath()
                                      throws IOException
Throws:
IOException

getSpecDirectoryRelativePath

String getSpecDirectoryRelativePath()
                                    throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.