All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bordertech.lde.tomcat.CustomJarScanner Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.bordertech.lde.tomcat;

import org.apache.tomcat.JarScanner;

/**
 * Allow the scanning of jar files on the tomcat class path to be customized.
 * 

* Useful when trying to run embedded tomcat outside a "war" or "webapp" configuration. *

*/ public interface CustomJarScanner extends JarScanner { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy