public class ContextPathScriptResolver extends Object implements ScriptResolver
| Constructor and Description |
|---|
ContextPathScriptResolver(ScriptResolver scriptResolver,
String sourceContextPath,
String specContextPath) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllScripts() |
Set<String> |
getPreloads() |
String |
getSourceDirectory() |
Set<String> |
getSources() |
String |
getSpecDirectory() |
Set<String> |
getSpecs() |
public ContextPathScriptResolver(ScriptResolver scriptResolver, String sourceContextPath, String specContextPath)
public String getSourceDirectory() throws ScriptResolverException
getSourceDirectory in interface ScriptResolverScriptResolverExceptionpublic String getSpecDirectory() throws ScriptResolverException
getSpecDirectory in interface ScriptResolverScriptResolverExceptionpublic Set<String> getSources() throws ScriptResolverException
getSources in interface ScriptResolverScriptResolverExceptionpublic Set<String> getSpecs() throws ScriptResolverException
getSpecs in interface ScriptResolverScriptResolverExceptionpublic Set<String> getPreloads() throws ScriptResolverException
getPreloads in interface ScriptResolverScriptResolverExceptionpublic Set<String> getAllScripts() throws ScriptResolverException
getAllScripts in interface ScriptResolverScriptResolverExceptionCopyright © 2013. All Rights Reserved.