java.lang
Class Package

java.lang.Object
  |
  +--java.lang.Package

public synchronized class Package
extends Object


Method Summary
 String getImplementationTitle()
           
 String getImplementationVendor()
           
 String getImplementationVersion()
           
 String getName()
           
static Package getPackage(String)
           
static Package[] getPackages()
           
 String getSpecificationTitle()
           
 String getSpecificationVendor()
           
 String getSpecificationVersion()
           
 int hashCode()
           
 boolean isCompatibleWith(String)
           
 boolean isSealed()
           
 boolean isSealed(URL)
           
 String toString()
          Returns the empty string.
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait
 

Method Detail

getName

public String getName()

getSpecificationTitle

public String getSpecificationTitle()

getSpecificationVersion

public String getSpecificationVersion()

getSpecificationVendor

public String getSpecificationVendor()

getImplementationTitle

public String getImplementationTitle()

getImplementationVersion

public String getImplementationVersion()

getImplementationVendor

public String getImplementationVendor()

isSealed

public boolean isSealed()

isSealed

public boolean isSealed(URL)

isCompatibleWith

public boolean isCompatibleWith(String)
                         throws NumberFormatException
NumberFormatException

getPackage

public static Package getPackage(String)

getPackages

public static Package[] getPackages()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Description copied from class: Object
Returns the empty string. It's here to satisfy javac.

Overrides:
toString in class Object