public class MICAppHandler extends Object implements CAppHandler
| Constructor and Description |
|---|
MICAppHandler(org.apache.maven.plugin.logging.Log logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployCApp(String username,
String password,
String serverUrl,
File carFile)
Executes the CApp deploy logic relevant to the handler.
|
void |
unDeployCApp(String username,
String password,
String serverUrl,
org.apache.maven.project.MavenProject project)
Executes the CApp undeploy logic relevant to the handler.
|
public void deployCApp(String username, String password, String serverUrl, File carFile) throws Exception
CAppHandlerdeployCApp in interface CAppHandlerusername - Usernamepassword - PasswordserverUrl - Url of the servercarFile - .car fileException - if CApp deploy failspublic void unDeployCApp(String username, String password, String serverUrl, org.apache.maven.project.MavenProject project) throws Exception
CAppHandlerunDeployCApp in interface CAppHandlerusername - Usernamepassword - PasswordserverUrl - Url of the serverproject - Maven project to extract the CApp propertiesException - if CApp undeploy failsCopyright © 2024 WSO2. All rights reserved.