Class CarbonApplication


  • public class CarbonApplication
    extends Object
    • Constructor Detail

      • CarbonApplication

        public CarbonApplication()
    • Method Detail

      • getAppName

        public String getAppName()
      • setAppName

        public void setAppName​(String appName)
      • setAppVersion

        public void setAppVersion​(String appVersion)
      • getAppVersion

        public String getAppVersion()
      • getAppNameWithVersion

        public String getAppNameWithVersion()
      • getExtractedPath

        public String getExtractedPath()
        Always retruns the path with a '/' at the end
        Returns:
        - extracted path of the application
      • setExtractedPath

        public void setExtractedPath​(String extractedPath)
      • getAppFilePath

        public String getAppFilePath()
      • setAppFilePath

        public void setAppFilePath​(String appFilePath)
      • isDeploymentCompleted

        public boolean isDeploymentCompleted()
      • setDeploymentCompleted

        public void setDeploymentCompleted​(boolean deploymentCompleted)