Class AppDeployerBundleListener
java.lang.Object
org.wso2.carbon.application.deployer.AppDeployerBundleListener
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleListener
This class implements BundleListener and listens for new bundle additions. If app artifacts
are found, deploy them
-
Method Summary
Modifier and TypeMethodDescriptionvoidbundleChanged(org.osgi.framework.BundleEvent bundleEvent) static AppDeployerBundleListenergetInstance(ApplicationManager appManager)
-
Method Details
-
getInstance
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent) - Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-