|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.classloader.spi.PackageInformation
public class PackageInformation
PackageInformation.
Field Summary | |
---|---|
String |
implTitle
The implementation title |
String |
implVendor
The implementation vendor |
String |
implVersion
The implementation version |
String |
packageName
The package name |
URL |
sealBase
The seal base url |
String |
specTitle
The specification title |
String |
specVendor
The specification vendor |
String |
specVersion
The specification version |
Constructor Summary | |
---|---|
PackageInformation(String packageName)
Create a new PackageInformation. |
|
PackageInformation(String packageName,
Manifest manifest)
Create a new PackageInformation from a manifest |
|
PackageInformation(String packageName,
Manifest manifest,
URL seal)
Create a new PackageInformation from a manifest |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String packageName
public String specTitle
public String specVersion
public String specVendor
public String implTitle
public String implVersion
public String implVendor
public URL sealBase
Constructor Detail |
---|
public PackageInformation(String packageName)
packageName
- the package name
IllegalArgumentException
- for a null parameterpublic PackageInformation(String packageName, Manifest manifest)
packageName
- the package namemanifest
- the manifest
IllegalArgumentException
- for a null package namepublic PackageInformation(String packageName, Manifest manifest, URL seal)
packageName
- the package namemanifest
- the manifestseal
- the url to seal
IllegalArgumentException
- for a null package name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |