Class DeploymentConfig
java.lang.Object
com.aeontronix.enhancedmule.tools.legacy.deploy.DeploymentConfig
public class DeploymentConfig extends Object
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>filePropertiesprotected StringfilePropertiesPathprotected booleanfilePropertiesSecure -
Constructor Summary
Constructors Constructor Description DeploymentConfig() -
Method Summary
Modifier and Type Method Description voidaddFileProperty(String key, String value)DeploymentParametersgetDeploymentParameters()Map<String,String>getFileProperties()StringgetFilePropertiesPath()booleanisFilePropertiesSecure()voidsetDeploymentParameters(DeploymentParameters deploymentParameters)voidsetFileProperties(Map<String,String> fileProperties)voidsetFilePropertiesPath(String filePropertiesPath)voidsetFilePropertiesSecure(boolean filePropertiesSecure)
-
Field Details
-
fileProperties
-
filePropertiesPath
-
filePropertiesSecure
protected boolean filePropertiesSecure
-
-
Constructor Details
-
DeploymentConfig
public DeploymentConfig()
-
-
Method Details
-
getDeploymentParameters
-
setDeploymentParameters
-
getFileProperties
-
setFileProperties
-
getFilePropertiesPath
-
setFilePropertiesPath
-
isFilePropertiesSecure
public boolean isFilePropertiesSecure() -
setFilePropertiesSecure
public void setFilePropertiesSecure(boolean filePropertiesSecure) -
addFileProperty
-