org.wso2.carbon.application.deployer
Class CarbonApplication
java.lang.Object
org.wso2.carbon.application.deployer.CarbonApplication
public class CarbonApplication
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P2_REPO
public static final String P2_REPO
- See Also:
- Constant Field Values
CarbonApplication
public CarbonApplication()
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)
Copyright © 2014 WSO2 Inc. All rights reserved.