Class CarbonApplication

java.lang.Object
org.wso2.carbon.application.deployer.CarbonApplication

public class CarbonApplication extends Object
  • Field Details

  • Constructor Details

    • CarbonApplication

      public CarbonApplication()
  • Method Details

    • 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)
    • getAppConfig

      public ApplicationConfiguration getAppConfig()
    • setAppConfig

      public void setAppConfig(ApplicationConfiguration appConfig)
    • getAppFilePath

      public String getAppFilePath()
    • setAppFilePath

      public void setAppFilePath(String appFilePath)
    • isDeploymentCompleted

      public boolean isDeploymentCompleted()
    • setDeploymentCompleted

      public void setDeploymentCompleted(boolean deploymentCompleted)