public class Package extends Object
Modifier and Type | Method and Description |
---|---|
String |
getImplementationTitle() |
String |
getImplementationVendor() |
String |
getImplementationVersion() |
String |
getName() |
static Package |
getPackage(String var0) |
static Package[] |
getPackages() |
String |
getSpecificationTitle() |
String |
getSpecificationVendor() |
String |
getSpecificationVersion() |
boolean |
isCompatibleWith(String var0) |
boolean |
isSealed() |
boolean |
isSealed(URL var0) |
public String getImplementationTitle()
public String getImplementationVendor()
public String getImplementationVersion()
public String getName()
public static Package[] getPackages()
public String getSpecificationTitle()
public String getSpecificationVendor()
public String getSpecificationVersion()
public boolean isCompatibleWith(String var0)
public boolean isSealed()
public boolean isSealed(URL var0)