Interface JarFileResourcesProvider

  • All Known Implementing Classes:
    WebappClassLoader

    public interface JarFileResourcesProvider
    This interface provides a list of jars to search resources. It is an internal contract between resources and WebappClassLoader. This should "not" be used for other purposes.
    Author:
    Shing Wai Chan
    • Method Detail

      • getJarFiles

        JarFile[] getJarFiles()