|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.modules.PackageSpec
public final class PackageSpec
A specification for a package to define.
Constructor Summary | |
---|---|
PackageSpec()
|
Method Summary | |
---|---|
AssertionSetting |
getAssertionSetting()
Get the package assertion setting. |
String |
getImplTitle()
Get the implementation title. |
String |
getImplVendor()
Get the implementation vendor. |
String |
getImplVersion()
Get the implementation version. |
URL |
getSealBase()
Get the URL against which this package is sealed. |
String |
getSpecTitle()
Get the package specification title. |
String |
getSpecVendor()
Set the package specification vendor. |
String |
getSpecVersion()
Get the package specification version. |
void |
setAssertionSetting(AssertionSetting assertionSetting)
Set the package assertion setting. |
void |
setImplTitle(String implTitle)
Set the implementation title. |
void |
setImplVendor(String implVendor)
Set the implementation vendor. |
void |
setImplVersion(String implVersion)
Set the implementation version. |
void |
setSealBase(URL sealBase)
Set the URL against which this package is sealed. |
void |
setSpecTitle(String specTitle)
Set the package specification title. |
void |
setSpecVendor(String specVendor)
Set the package specification vendor. |
void |
setSpecVersion(String specVersion)
Set the package specification version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageSpec()
Method Detail |
---|
public String getSpecTitle()
Attributes.Name.SPECIFICATION_TITLE
public void setSpecTitle(String specTitle)
specTitle
- the specification titleAttributes.Name.SPECIFICATION_TITLE
public String getSpecVersion()
Attributes.Name.SPECIFICATION_VERSION
public void setSpecVersion(String specVersion)
specVersion
- the specification versionAttributes.Name.SPECIFICATION_VERSION
public String getSpecVendor()
Attributes.Name.SPECIFICATION_VENDOR
public void setSpecVendor(String specVendor)
specVendor
- the specification vendorAttributes.Name.SPECIFICATION_VENDOR
public String getImplTitle()
Attributes.Name.IMPLEMENTATION_TITLE
public void setImplTitle(String implTitle)
implTitle
- the implementation titleAttributes.Name.IMPLEMENTATION_TITLE
public String getImplVersion()
Attributes.Name.IMPLEMENTATION_VERSION
public void setImplVersion(String implVersion)
implVersion
- the implementation versionAttributes.Name.IMPLEMENTATION_VENDOR
public String getImplVendor()
Attributes.Name.IMPLEMENTATION_VENDOR
public void setImplVendor(String implVendor)
implVendor
- the implementation vendorAttributes.Name.IMPLEMENTATION_VENDOR
public URL getSealBase()
Attributes.Name.SEALED
public void setSealBase(URL sealBase)
sealBase
- the seal base URLAttributes.Name.SEALED
public AssertionSetting getAssertionSetting()
public void setAssertionSetting(AssertionSetting assertionSetting)
assertionSetting
- the package assertion setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |