public static interface InstallationController.InstallationMonitor
InstallationMonitor
interface defines methods required for notifying of
component installation status and location of the installed PEAR packages.Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.