Class JRxmlFileBundleListener
- java.lang.Object
-
- org.wso2.carbon.reporting.core.internal.JRxmlFileBundleListener
-
- All Implemented Interfaces:
EventListener
,org.osgi.framework.BundleListener
public class JRxmlFileBundleListener extends Object implements org.osgi.framework.BundleListener
if there are .jrxml file of any bundle it will put to registry
-
-
Constructor Summary
Constructors Constructor Description JRxmlFileBundleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addJrXmlToRegistry(org.osgi.framework.Bundle bundle)
used to add .jrxml files to registry at bundle deployment timevoid
bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
-
-
-
Method Detail
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
- Specified by:
bundleChanged
in interfaceorg.osgi.framework.BundleListener
-
addJrXmlToRegistry
public void addJrXmlToRegistry(org.osgi.framework.Bundle bundle) throws org.wso2.carbon.reporting.api.ReportingException
used to add .jrxml files to registry at bundle deployment time- Parameters:
bundle
- Bundle- Throws:
org.wso2.carbon.reporting.api.ReportingException
- error occurred adding .jrxml file to registry
-
-