Interface IJarURLStreamHandler

  • All Known Implementing Classes:
    Handler, Handler

    public interface IJarURLStreamHandler
    Handler interface common for XJarFile and MemoryJarFile Handler's.
    Author:
    Christopher Mindus
    • Method Detail

      • getJarFile

        IJarFile getJarFile()
        Gets the IJarFile from the handler.
        Returns:
        The Jar file, or null if handler did not specify an IJarFile.