public static class DeploymentConfig.DeploymentPattern extends Object implements Serializable
| Constructor and Description |
|---|
DeploymentPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDir()
Returns the relative location where the deployment pattern is located
wrt to the Deployment repo directory.
|
String |
getName() |
List<Script> |
getScripts() |
void |
setDescription(String description) |
void |
setDir(String dir) |
void |
setName(String name) |
void |
setScripts(List<Script> scripts) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getDir()
public void setDir(String dir)
Copyright © 2018 WSO2. All rights reserved.