Class DeploymentConfig

java.lang.Object
com.aeontronix.enhancedmule.tools.legacy.deploy.DeploymentConfig

public class DeploymentConfig extends Object
  • Field Details

    • fileProperties

      protected Map<String,String> fileProperties
    • filePropertiesPath

      protected String filePropertiesPath
    • filePropertiesSecure

      protected boolean filePropertiesSecure
  • Constructor Details

    • DeploymentConfig

      public DeploymentConfig()
  • Method Details

    • getDeploymentParameters

      @NotNull public @NotNull DeploymentParameters getDeploymentParameters()
    • setDeploymentParameters

      public void setDeploymentParameters(@NotNull @NotNull DeploymentParameters deploymentParameters)
    • getFileProperties

      public Map<String,String> getFileProperties()
    • setFileProperties

      public void setFileProperties(Map<String,String> fileProperties)
    • getFilePropertiesPath

      public String getFilePropertiesPath()
    • setFilePropertiesPath

      public void setFilePropertiesPath(String filePropertiesPath)
    • isFilePropertiesSecure

      public boolean isFilePropertiesSecure()
    • setFilePropertiesSecure

      public void setFilePropertiesSecure(boolean filePropertiesSecure)
    • addFileProperty

      public void addFileProperty(String key, String value)