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() |
int |
hashCode() |
boolean |
isCompatibleWith(String var0) |
boolean |
isSealed() |
boolean |
isSealed(URL var0) |
String |
toString() |
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) throws NumberFormatException
NumberFormatException
public boolean isSealed()
public boolean isSealed(URL var0)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.