| Package | Description |
|---|---|
| org.wso2.carbon.application.deployer.handler | |
| org.wso2.carbon.application.deployer.internal | |
| org.wso2.carbon.application.deployer.service |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAppDeployer
This is one of the default handlers which is registered into the ApplicationManager.
|
class |
RegistryResourceDeployer |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationManager.registerDeploymentHandler(AppDeploymentHandler handler)
All app deployers register their deployers throgh this method
|
protected void |
AppDeployerServiceComponent.setAppHandler(AppDeploymentHandler handler) |
void |
ApplicationManager.unregisterDeploymentHandler(AppDeploymentHandler handler)
Unregister the specified handler if it is already regitered
|
protected void |
AppDeployerServiceComponent.unsetAppHandler(AppDeploymentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationManagerService.registerDeploymentHandler(AppDeploymentHandler handler)
All app deployers register their instances throgh this method
|
void |
ApplicationManagerService.unregisterDeploymentHandler(AppDeploymentHandler handler)
Unregister the specified handler if it is already regitered
|
Copyright © 2018 WSO2 Inc. All rights reserved.