软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.net |
为实现网络应用程序提供类。
|
Modifier and Type | Method and Description |
---|---|
protected 软件包 |
ClassLoader.definePackage(String name, String specTitle, String specVersion, String specVendor, String implTitle, String implVersion, String implVendor, URL sealBase)
定义了一个包的名字在这
ClassLoader。
|
软件包 |
Class.getPackage()
获取此类的包。
|
static 软件包 |
Package.getPackage(String name)
找到一个包的名字在电话
ClassLoader 实例。
|
protected 软件包 |
ClassLoader.getPackage(String name)
返回一个
软件包已经由这类装载器或其祖先的定义。
|
static 软件包[] |
Package.getPackages()
把所有的包,目前已知的呼叫者的
ClassLoader 实例。
|
protected 软件包[] |
ClassLoader.getPackages()
返回所有的
Packages定义的类装载器和它的祖先。
|
Modifier and Type | Method and Description |
---|---|
protected 软件包 |
URLClassLoader.definePackage(String name, Manifest man, URL url)
定义了一个新的软件包的名字在这类加载器。
|
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.