Package org.apache.struts2.util.finder
Interface ClassFinderFactory
public interface ClassFinderFactory
Allows create different ClassFinders which should help support different Java versions
-
Method Summary
Modifier and TypeMethodDescriptionbuildClassFinder
(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter)
-
Method Details
-
buildClassFinder
ClassFinder buildClassFinder(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter)
-