Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.net | Provides the classes for implementing networking applications. |
Uses of Package in java.lang |
---|
Modifier and Type | Method and Description |
---|---|
protected Package |
ClassLoader.definePackage(String name,
String specTitle,
String specVersion,
String specVendor,
String implTitle,
String implVersion,
String implVendor,
URL sealBase)
Defines a package by name in this ClassLoader. |
Package |
Class.getPackage()
Gets the package for this class. |
static Package |
Package.getPackage(String name)
Find a package by name in the callers ClassLoader instance. |
protected Package |
ClassLoader.getPackage(String name)
Returns a Package that has been defined by this class loader or any of its ancestors. |
static Package[] |
Package.getPackages()
Get all the packages currently known for the caller's ClassLoader
instance. |
protected Package[] |
ClassLoader.getPackages()
Returns all of the Packages defined by this class loader and its ancestors. |
Uses of Package in java.net |
---|
Modifier and Type | Method and Description |
---|---|
protected Package |
URLClassLoader.definePackage(String name,
Manifest man,
URL url)
Defines a new package by name in this ClassLoader. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.