org.wso2.carbon.application.deployer
Class CarbonApplication

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

public class CarbonApplication
extends Object


Field Summary
static String P2_REPO
           
 
Constructor Summary
CarbonApplication()
           
 
Method Summary
 ApplicationConfiguration getAppConfig()
           
 String getAppFilePath()
           
 String getAppName()
           
 String getAppNameWithVersion()
           
 String getAppVersion()
           
 String getExtractedPath()
          Always retruns the path with a '/' at the end
 boolean isDeploymentCompleted()
           
 void setAppConfig(ApplicationConfiguration appConfig)
           
 void setAppFilePath(String appFilePath)
           
 void setAppName(String appName)
           
 void setAppVersion(String appVersion)
           
 void setDeploymentCompleted(boolean deploymentCompleted)
           
 void setExtractedPath(String extractedPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P2_REPO

public static final String P2_REPO
See Also:
Constant Field Values
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)

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.