public class DeployCarMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
finalName
finalName to use for the generated capp project if the user wants to override the default name
|
| Constructor and Description |
|---|
DeployCarMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployCApp(String username,
String pwd,
String url,
File carFile) |
void |
execute() |
void |
unDeployCAR(String username,
String pwd,
String serverURL) |
public String finalName
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void deployCApp(String username, String pwd, String url, File carFile) throws Exception
ExceptionCopyright © 2020 WSO2. All rights reserved.