| java.lang.Object java.lang.Package
Constructor Summary | |
| Package(ClassLoader ld, String packageName, String sTitle, String sVersion, String sVendor, String iTitle, String iVersion, String iVendor, URL base) Name must not be null. | | Package(ClassLoader ld, String packageName, String jar) Lazy initialization constructor; this Package instance will try to
resolve optional attributes only if such value is requested. |
Package | Package(ClassLoader ld, String packageName, String jar)(Code) | | Lazy initialization constructor; this Package instance will try to
resolve optional attributes only if such value is requested.
Name must not be null.
|
getAnnotation | public A getAnnotation(Class<A> annotationClass)(Code) | | |
getImplementationTitle | public String getImplementationTitle()(Code) | | |
getImplementationVendor | public String getImplementationVendor()(Code) | | |
getImplementationVersion | public String getImplementationVersion()(Code) | | |
getSpecificationTitle | public String getSpecificationTitle()(Code) | | |
getSpecificationVendor | public String getSpecificationVendor()(Code) | | |
getSpecificationVersion | public String getSpecificationVersion()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isSealed | public boolean isSealed()(Code) | | |
isSealed | public boolean isSealed(URL url)(Code) | | |
|
|