public interface ClasspathResolver
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
findBasePackages()
Find all base packages, including the ones using the new META-INF configuration
|
java.net.URL |
findWebInfClassesLocation()
Where is WEB-INF/classes?
|
java.lang.ClassLoader |
getClassLoader() |
java.net.URL findWebInfClassesLocation()
java.util.List<java.lang.String> findBasePackages()
java.lang.ClassLoader getClassLoader()
Copyright © 2013 Caelum. All Rights Reserved.