| |
|
| java.lang.Object com.sun.jbi.jsf.bean.InstallationBean
InstallationBean | public class InstallationBean (Code) | | Description of the Class
author: Sun Microsystems Inc. |
DEFAULT_PE_TARGET | final public static String DEFAULT_PE_TARGET(Code) | | Description of the Field
|
getIsAlertNeeded | public Boolean getIsAlertNeeded()(Code) | | Gets the IsAlertNeeded attribute of the InstallationBean object
The IsAlertNeeded value |
getResultDetails | public String getResultDetails()(Code) | | Gets the ResultDetails attribute of the InstallationBean object
The ResultDetails value |
getResultSummary | public String getResultSummary()(Code) | | Gets the ResultSummary attribute of the InstallationBean object
The ResultSummary value |
getTargetNames | public String[] getTargetNames()(Code) | | Gets the TargetNames attribute of the InstallationBean object
The TargetNames value |
getUploadSelected | public boolean getUploadSelected()(Code) | | Get the mUploadSelected variable for cleaning up temporary uploaded
files
mUploadSelected boolean false if copy path was selected |
installValidatedArchive | public Properties installValidatedArchive(Properties aSource, String aTarget)(Code) | | Set the mUploadSelected variable true for cleaning up temporary
uploaded files
Parameters: aSource - Properties containing the parameters Parameters: aTarget - the name of the target to install to result Properteis contain the result information |
installValidatedArchive | public Properties installValidatedArchive(Properties aSource)(Code) | | Description of the Method
Parameters: aSource - Description of Parameter Description of the Returned Value |
runAppConfigVerifier | public Properties runAppConfigVerifier(String anArchivePath, String aTarget)(Code) | | Description of the Method
Parameters: anArchivePath - Description of Parameter Parameters: aTarget - Description of Parameter Description of the Returned Value |
setTargetNames | public void setTargetNames(String[] aTargetNames)(Code) | | Sets the TargetNames attribute of the InstallationBean object
Parameters: aTargetNames - The new TargetNames value |
setUploadPathSelected | public void setUploadPathSelected(boolean uploadSelected)(Code) | | Set the mUploadSelected variable true for cleaning up temporary
uploaded files
Parameters: uploadSelected - boolean false if copy path was selected |
|
|
|