Class CarbonApplication
java.lang.Object
org.wso2.carbon.application.deployer.CarbonApplication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAlways retruns the path with a '/' at the endbooleanvoidsetAppConfig(ApplicationConfiguration appConfig) voidsetAppFilePath(String appFilePath) voidsetAppName(String appName) voidsetAppVersion(String appVersion) voidsetDeploymentCompleted(boolean deploymentCompleted) voidsetExtractedPath(String extractedPath)
-
Field Details
-
P2_REPO
- See Also:
-
-
Constructor Details
-
CarbonApplication
public CarbonApplication()
-
-
Method Details
-
getAppName
-
setAppName
-
setAppVersion
-
getAppVersion
-
getAppNameWithVersion
-
getExtractedPath
Always retruns the path with a '/' at the end- Returns:
- - extracted path of the application
-
setExtractedPath
-
getAppConfig
-
setAppConfig
-
getAppFilePath
-
setAppFilePath
-
isDeploymentCompleted
public boolean isDeploymentCompleted() -
setDeploymentCompleted
public void setDeploymentCompleted(boolean deploymentCompleted)
-