org.wso2.carbon.utils.deployment
Class DeploymentFileDataWrapper

java.lang.Object
  extended by org.wso2.carbon.utils.deployment.DeploymentFileDataWrapper

public class DeploymentFileDataWrapper
extends Object

Wraps the DeploymentFileData object, and provides additional detail on whether the current DeploymentFileData is ghost or not


Constructor Summary
DeploymentFileDataWrapper(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData, boolean isGhost)
           
 
Method Summary
 org.apache.axis2.deployment.repository.util.DeploymentFileData getDeploymentFileData()
           
 boolean isGhost()
           
 void setDeploymentFileData(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
           
 void setGhost(boolean isGhost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentFileDataWrapper

public DeploymentFileDataWrapper(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData,
                                 boolean isGhost)
Method Detail

getDeploymentFileData

public org.apache.axis2.deployment.repository.util.DeploymentFileData getDeploymentFileData()

setDeploymentFileData

public void setDeploymentFileData(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)

isGhost

public boolean isGhost()

setGhost

public void setGhost(boolean isGhost)


Copyright © 2014 WSO2 Inc. All rights reserved.