|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.mbs.services.kitmanager.InstallStatus
public class InstallStatus
A class holding info for the success or failure of the bundle installations.
| Constructor Summary | |
|---|---|
InstallStatus(java.lang.String descr,
java.lang.String postletDefaultAlias,
java.lang.String postletGroup)
Creates a new InstallStatus object according to the specified parameters |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the state of the installation. |
java.lang.String |
getPostletDefaultAlias()
Returns the alias of the postlet if a relative comment was found in the install script. |
java.lang.String |
getPostletGroup()
Returns the group of the postlet if a relative comment was found in the install script. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstallStatus(java.lang.String descr,
java.lang.String postletDefaultAlias,
java.lang.String postletGroup)
descr - A detailed description of the the success or failure
of the bundle installationspostletDefaultAlias - The default alias of the postlet of this kit
if one was declared in the install script; null otherwisepostletGroup - The group of the postlet of this kit
if one was declared in the install script; null otherwise| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getPostletDefaultAlias()
public java.lang.String getPostletGroup()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||