michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "nsIProtocolHandler.idl" michael@0: michael@0: interface nsIZipReaderCache; michael@0: michael@0: [scriptable, uuid(92c3b42c-98c4-11d3-8cd9-0060b0fc14a3)] michael@0: interface nsIJARProtocolHandler : nsIProtocolHandler { michael@0: michael@0: /** michael@0: * JARCache contains the collection of open jar files. michael@0: */ michael@0: readonly attribute nsIZipReaderCache JARCache; michael@0: };