public class GhostArtifactRepository extends Object
| Constructor and Description |
|---|
GhostArtifactRepository(org.apache.axis2.engine.AxisConfiguration axisConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentFileData(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData,
boolean isGhost)
Add a DeploymentFileData
|
DeploymentFileDataWrapper |
getDeploymentFileData(String fileName) |
DeploymentFileDataWrapper |
removeDeploymentFileData(String filePath) |
public GhostArtifactRepository(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
public DeploymentFileDataWrapper getDeploymentFileData(String fileName)
public void addDeploymentFileData(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData,
boolean isGhost)
deploymentFileData - isGhost - true if this dfd was deployed as a ghost. false otherwise.public DeploymentFileDataWrapper removeDeploymentFileData(String filePath)
Copyright © 2018 WSO2 Inc. All rights reserved.