public class ClassPathScriptLocator extends ClassPathResourceLocator
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
schema |
protected List<String> |
scriptExtensions |
protected List<Script> |
scriptList |
resourceList| Constructor and Description |
|---|
ClassPathScriptLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToScriptList(List<URL> resourcesF,
boolean defaultDatabase,
Properties configuration) |
protected boolean |
isScriptFile(String location)
Vefiry's of the
location ends with a valid file-extension. |
void |
loadScripts(List<Script> scriptList1,
String path1,
ResourcePickingStrategie resourcePickingStrategie,
List<String> scriptExtensions1,
String schema,
boolean defaultDatabase,
Properties configuration) |
fixJarUrl, loadResources, searchResourcespublic void loadScripts(List<Script> scriptList1, String path1, ResourcePickingStrategie resourcePickingStrategie, List<String> scriptExtensions1, String schema, boolean defaultDatabase, Properties configuration)
scriptList1 - path1 - resourcePickingStrategie - scriptExtensions1 - protected void addToScriptList(List<URL> resourcesF, boolean defaultDatabase, Properties configuration) throws IOException
IOExceptionprotected boolean isScriptFile(String location)
location ends with a valid file-extension.location - Copyright © 2016. All Rights Reserved.