|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageInfo
An interface to package infos.
| Method Summary | |
|---|---|
String |
getImplementationTitle()
Gets the implementation title of the current package. |
String |
getImplementationTitle(String packageName)
Gets the implementation title of the specified package. |
String |
getImplementationVendor()
Gets the implementation vendor of the current package. |
String |
getImplementationVendor(String packageName)
Gets the implementation vendor of the specified package. |
String |
getImplementationVersion()
Gets the implementation version of the current package. |
String |
getImplementationVersion(String packageName)
Gets the implementation version of the specified package. |
String |
getPackageName()
Gets the name of the current package. |
String |
getPackageSpecification()
Gets the package specification. |
String |
getSpecificationTitle()
Gets the specification title of the current package. |
String |
getSpecificationTitle(String packageName)
Gets the specification title of the specified package. |
String |
getSpecificationVendor()
Gets the specification vendor of the current package. |
String |
getSpecificationVendor(String packageName)
Gets the specification vendor of the specified package. |
String |
getSpecificationVersion()
Gets the specification version of the current package. |
String |
getSpecificationVersion(String packageName)
Gets the implementation title of the specified package. |
boolean |
isCompatibleWith(String desired)
Compares the specification version of the package. |
boolean |
isSealed()
Checks whether the package is sealed. |
List |
packageList()
Returns a list of all packages. |
| Method Detail |
|---|
String getPackageName()
String getImplementationTitle()
String getImplementationVendor()
String getImplementationVersion()
String getSpecificationTitle()
String getSpecificationVendor()
String getSpecificationVersion()
String getPackageSpecification()
boolean isSealed()
boolean isCompatibleWith(String desired)
desired - the desired version.
String getImplementationTitle(String packageName)
packageName - the package name.
String getImplementationVendor(String packageName)
packageName - the package name.
String getImplementationVersion(String packageName)
packageName - the package name.
String getSpecificationTitle(String packageName)
packageName - the package name.
String getSpecificationVendor(String packageName)
packageName - the package name.
String getSpecificationVersion(String packageName)
packageName - the package name.
List packageList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||