Class ExchangeDeployDescriptor

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

public class ExchangeDeployDescriptor extends Object
  • Constructor Details

    • ExchangeDeployDescriptor

      public ExchangeDeployDescriptor(String groupId, String artifactId, String version)
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)