Uses of Class
org.wso2.carbon.utils.deployment.GhostArtifactRepository
-
Packages that use GhostArtifactRepository Package Description org.wso2.carbon.utils.deployment -
-
Uses of GhostArtifactRepository in org.wso2.carbon.utils.deployment
Methods in org.wso2.carbon.utils.deployment that return GhostArtifactRepository Modifier and Type Method Description static GhostArtifactRepositoryGhostDeployerUtils. getGhostArtifactRepository(org.apache.axis2.engine.AxisConfiguration axisConfig)get the ghost registry that store @DeploymentFileData objects of services that are in ghost state.Methods in org.wso2.carbon.utils.deployment with parameters of type GhostArtifactRepository Modifier and Type Method Description static voidGhostDeployerUtils. setGhostArtifactRepository(GhostArtifactRepository ghostArtifactRepository, org.apache.axis2.engine.AxisConfiguration axisConfig)ghost registry stores @DeploymentFileData objects of services that are in ghost state.
-