Package JDK 2.0

java.lang

Synopsis^  ?
public class Package {
// Public Class Methods
    public static Package getPackage( String name);  
    public static Package[ ] getPackages( );  
// Property Accessor Methods (by property name)
    public String getImplementationTitle( );  
    public String getImplementationVendor( );  
    public String getImplementationVersion( );  
    public String getName( );  
    public boolean isSealed( );  
    public boolean isSealed( URL url);  
    public String getSpecificationTitle( );  
    public String getSpecificationVendor( );  
    public String getSpecificationVersion( );  
// Public Instance Methods
    public boolean isCompatibleWith( String desired) throws NumberFormatException;  
// Public methods overriding Object
    public int hashCode( );  
    public String toString( );  
}

Hierarchy^  ?

[Object]
   |
[Package]

JavaBeans Properties^  ?

  Name    Type    Access    Default    Flags  
  implementationTitle    String    get     read-only   
  implementationVendor    String    get     read-only   
  implementationVersion    String    get     read-only   
  name    String    get     read-only   
  sealed    boolean    is     read-only   
  specificationTitle    String    get     read-only   
  specificationVendor    String    get     read-only   
  specificationVersion    String    get     read-only   

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), equals(), finalize(), notify(), notifyAll(), wait(), wait(), wait()

Returned By^  ?
Class.getPackage(), ClassLoader.{definePackage(), getPackage(), getPackages()}, Package.{getPackage(), getPackages()}

Uses^  ?
Class, ClassLoader, Integer, NumberFormatException, Object, String, StringBuffer

Used By^  ?
Class, ClassLoader


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.