|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface InstallationController.InstallationMonitor
The InstallationMonitor interface defines methods required for notifying of
component installation status and location of the installed PEAR packages.
| Method Summary | |
|---|---|
void |
setInstallationLocation(String componentId,
String componentRootPath)
Notifies of the installed PEAR package location for a given component. |
void |
setInstallationStatus(String componentId,
String status)
Notifies of the installation status of a given component. |
| Method Detail |
|---|
void setInstallationStatus(String componentId,
String status)
InstallationController class.
componentId - The ID of the given component.status - Current installation status of the given component. InstallationController class.
void setInstallationLocation(String componentId,
String componentRootPath)
componentId - The ID of the given component.componentRootPath - The root directory path of the given installed PEAR package in the local file
system.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||