Uses of Class
org.wso2.carbon.utils.deployment.GhostArtifactRepository
Packages that use GhostArtifactRepository
-
Uses of GhostArtifactRepository in org.wso2.carbon.utils.deployment
Methods in org.wso2.carbon.utils.deployment that return GhostArtifactRepositoryModifier and TypeMethodDescriptionstatic 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 GhostArtifactRepositoryModifier and TypeMethodDescriptionstatic voidGhostDeployerUtils.setGhostArtifactRepository(GhostArtifactRepository ghostArtifactRepository, org.apache.axis2.engine.AxisConfiguration axisConfig) ghost registry stores @DeploymentFileData objects of services that are in ghost state.