Package org.wso2.carbon.utils.deployment
Interface GhostMetaArtifactsLoader
-
- All Known Implementing Classes:
GhostServiceMetaArtifactsLoader
public interface GhostMetaArtifactsLoaderCommon interface for all ghost meta artifact loaders (Service, Webapps)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomian)This method will be used by all the ghost meta artifact loaders to define their logic
-
-
-
Method Detail
-
loadArtifacts
void loadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomian)This method will be used by all the ghost meta artifact loaders to define their logic- Parameters:
axisConfiguration- - current tenant axis configurationtenantDomian- - current tenant domain
-
-