com.github.searls.jasmine.io.scripts
Interface ScriptResolver
- All Known Implementing Classes:
- AbstractScriptResolver, CustomConfigScriptResolver, ProjectDirScripResolver, TargetDirScriptResolver
public interface ScriptResolver
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.