public abstract class AbstractDeployer extends Object
| Constructor and Description |
|---|
AbstractDeployer(String applicationName,
File applicationFile,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deploy()
Deploys the application.
|
protected void |
error(String message)
Logs an error message in the plugin.
|
File |
getApplicationFile() |
String |
getApplicationName() |
protected void |
info(String message)
Logs an info message in the plugin.
|
public abstract void deploy()
throws DeploymentException
DeploymentException - Deploy failsprotected void info(String message)
message - The message to log.protected void error(String message)
message - The message to log.public String getApplicationName()
public File getApplicationFile()
Copyright © 2017 MuleSoft Inc. All rights reserved.