jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.JarURLConnection;
import java.net.URISyntaxException;
import java.net.URL;
import java.net.URLConnection;
import java.security.cert.Certificate;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import org.jau.io.IOUtil;
import org.jau.net.Uri;
import org.jau.sec.SecurityUtil;
import org.jau.sys.Debug;
import org.jau.sys.JNILibrary;
import org.jau.sys.PlatformProps;
import org.jau.sys.PlatformTypes;
Go to the source code of this file.
Classes | |
class | org.jau.pkg.JarUtil |
interface | org.jau.pkg.JarUtil.Resolver |
Interface allowing users to provide an URL resolver that will convert custom classloader URLs like Eclipse/OSGi bundleresource: URLs to normal jar: URLs. More... | |
Packages | |
package | org.jau.pkg |
Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K. | |