- name
- the name of the package.
- specTitle
- the title of the specification.
- specVersion
- the version of the specification.
- specVendor
- the vendor of the specification.
- implTitle
- the implementation title.
- implVersion
- the implementation version.
- implVendor
- the specification vendor.
- sealBase
- the URL used to seal this package or null to leave the package unsealed.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if a package with the specified name already exists.
Defines and returns a new Package using the specified information. If sealBase is null, the package is left unsealed. Otherwise, the package is sealed using this URL.