public interface ClassPathResolver
| Modifier and Type | Method and Description |
|---|---|
URL |
findWebBaseDir()
Return an array of URLs pointing to application's web directories.
|
URL |
findWebInfClassesPath() |
URL[] |
findWebInfLibJars() |
URL |
findWebInfLibPath() |
void |
initialize()
Initialize the classpath resolver
|
void |
setWebBaseDir(URL url) |
void |
setWebInfClassesPath(URL url) |
void |
setWebInfLibJars(URL[] url) |
void |
setWebInfLibPath(URL url) |
URL findWebInfClassesPath()
URL findWebInfLibPath()
URL[] findWebInfLibJars()
URL findWebBaseDir()
void setWebInfClassesPath(URL url)
url - new path to web-inf/classes foldervoid setWebInfLibPath(URL url)
url - new path to web-inf/lib foldervoid setWebInfLibJars(URL[] url)
url - list of jar files present into web-inf/lib foldervoid setWebBaseDir(URL url)
url - list of applications web foldersvoid initialize()
Copyright © 2016. All rights reserved.