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