软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
javax.management.loading |
提供实现高级动态加载的类。
|
Modifier and Type | Method and Description |
---|---|
static void |
URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac)
设置应用程序的
URLStreamHandlerFactory 。
|
Constructor and Description |
---|
URLClassLoader(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
为指定的URL构造一个新的urlclassloader,父类装载器,并urlstreamhandlerfactory。
|
Constructor and Description |
---|
MLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
构建了一种新的熔体为指定的URL,父类装载器,并urlstreamhandlerfactory。
|
MLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)
构建了一种新的熔体为指定的URL,父类装载器,并urlstreamhandlerfactory。
|
PrivateMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)
为指定的URL构造一个新的privatemlet,父类装载器,并urlstreamhandlerfactory。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.