Framework Professional Edition Package


com.prosyst.mbs.services.kitmanager
Class InstallStatus

java.lang.Object
  extended by com.prosyst.mbs.services.kitmanager.InstallStatus

public class InstallStatus
extends java.lang.Object

A class holding info for the success or failure of the bundle installations.

Author:
Sofia Doncheva

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

InstallStatus

public InstallStatus(java.lang.String descr,
                     java.lang.String postletDefaultAlias,
                     java.lang.String postletGroup)
Creates a new InstallStatus object according to the specified parameters

Parameters:
descr - A detailed description of the the success or failure of the bundle installations
postletDefaultAlias - The default alias of the postlet of this kit if one was declared in the install script; null otherwise
postletGroup - The group of the postlet of this kit if one was declared in the install script; null otherwise
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the state of the installation.

Returns:
A detailed description of the the success or failure of the bundle installations

getPostletDefaultAlias

public java.lang.String getPostletDefaultAlias()
Returns the alias of the postlet if a relative comment was found in the install script.

Returns:
The default alias of the postlet of this kit if one was declared in the install script; null otherwise

getPostletGroup

public java.lang.String getPostletGroup()
Returns the group of the postlet if a relative comment was found in the install script.

Returns:
The group of the postlet of this kit if one was declared in the install script; null otherwise

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved