public class ContextPathScriptResolver extends Object implements ScriptResolver
| Constructor and Description |
|---|
ContextPathScriptResolver(ScriptResolver scriptResolver,
String sourceContextPath,
String specContextPath) |
ContextPathScriptResolver(ScriptResolver scriptResolver,
String baseContextPath,
String sourceContextPath,
String specContextPath) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllScripts() |
String |
getBaseDirectory() |
Set<String> |
getPreloads() |
String |
getSourceDirectory() |
Set<String> |
getSources() |
String |
getSpecDirectory() |
Set<String> |
getSpecs() |
public ContextPathScriptResolver(ScriptResolver scriptResolver, String sourceContextPath, String specContextPath)
public ContextPathScriptResolver(ScriptResolver scriptResolver, String baseContextPath, String sourceContextPath, String specContextPath)
public String getSourceDirectory()
getSourceDirectory in interface ScriptResolverpublic String getSpecDirectory()
getSpecDirectory in interface ScriptResolverpublic String getBaseDirectory()
getBaseDirectory in interface ScriptResolverpublic 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 © 2016. All rights reserved.