Scan the provided ServletContext and classloader for JAR files. Each JAR file found will be passed to the callback handler to be processed.
@param context The ServletContext - used to locate and accessWEB-INF/lib
@param classloader The classloader - used to access JARs not inWEB-INF/lib
@param callback The handler to process any JARs found
@param jarsToSkip List of JARs to ignore
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.