Package java.lang
Class Package
- java.lang.Object
-
- java.lang.Package
-
public class Package extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImplementationTitle()StringgetImplementationVendor()StringgetImplementationVersion()StringgetName()static PackagegetPackage(String var0)static Package[]getPackages()StringgetSpecificationTitle()StringgetSpecificationVendor()StringgetSpecificationVersion()inthashCode()booleanisCompatibleWith(String var0)booleanisSealed()booleanisSealed(URL var0)StringtoString()
-
-
-
Method Detail
-
getImplementationTitle
public String getImplementationTitle()
-
getImplementationVendor
public String getImplementationVendor()
-
getImplementationVersion
public String getImplementationVersion()
-
getName
public String getName()
-
getPackages
public static Package[] getPackages()
-
getSpecificationTitle
public String getSpecificationTitle()
-
getSpecificationVendor
public String getSpecificationVendor()
-
getSpecificationVersion
public String getSpecificationVersion()
-
isCompatibleWith
public boolean isCompatibleWith(String var0) throws NumberFormatException
- Throws:
NumberFormatException
-
isSealed
public boolean isSealed()
-
isSealed
public boolean isSealed(URL var0)
-
-