Class XsltBundleWatcher<T extends AbstractXsltTransformer>
java.lang.Object
org.ops4j.pax.swissbox.lifecycle.AbstractLifecycle
org.ops4j.pax.swissbox.extender.BundleWatcher<String>
ddf.catalog.services.xsltlistener.XsltBundleWatcher<T>
- All Implemented Interfaces:
org.ops4j.pax.swissbox.lifecycle.Lifecycle
public class XsltBundleWatcher<T extends AbstractXsltTransformer>
extends org.ops4j.pax.swissbox.extender.BundleWatcher<String>
-
Constructor Summary
ConstructorsConstructorDescriptionXsltBundleWatcher(org.osgi.framework.BundleContext bundleContext, Class<T> transformerClass, String publishedInterface, String entryPath) -
Method Summary
Methods inherited from class org.ops4j.pax.swissbox.extender.BundleWatcher
onStart, onStopMethods inherited from class org.ops4j.pax.swissbox.lifecycle.AbstractLifecycle
isStarted, start, stop
-
Constructor Details
-
XsltBundleWatcher
-