com.opensymphony.xwork2.util.finder
Interface ClassFinderFactory


public interface ClassFinderFactory

Allows create different ClassFinders which should help support different Java versions


Method Summary
 ClassFinder buildClassFinder(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter)
           
 

Method Detail

buildClassFinder

ClassFinder buildClassFinder(ClassLoaderInterface classLoaderInterface,
                             Collection<URL> urls,
                             boolean extractBaseInterfaces,
                             Set<String> protocols,
                             Test<String> classNameFilter)


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.