Package org.wso2.carbon.utils.deployment
Class DeploymentFileDataWrapper
java.lang.Object
org.wso2.carbon.utils.deployment.DeploymentFileDataWrapper
Wraps the DeploymentFileData object, and provides additional
detail on whether the current DeploymentFileData is ghost or not
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentFileDataWrapper(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData, boolean isGhost) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axis2.deployment.repository.util.DeploymentFileDatabooleanisGhost()voidsetDeploymentFileData(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) voidsetGhost(boolean isGhost)
-
Constructor Details
-
DeploymentFileDataWrapper
public DeploymentFileDataWrapper(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData, boolean isGhost)
-
-
Method Details
-
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)
-