public class Loader extends Object implements org.osgi.framework.BundleListener
Loader
TODOModifier and Type | Field and Description |
---|---|
static String |
NAMESPACES_BUNDLE_HEADER |
static String |
NODETYPES_BUNDLE_HEADER |
Constructor and Description |
---|
Loader(org.apache.sling.jcr.api.SlingRepository repository,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
Loads and unloads any components provided by the bundle whose state
changed.
|
void |
dispose() |
public static final String NODETYPES_BUNDLE_HEADER
public static final String NAMESPACES_BUNDLE_HEADER
public Loader(org.apache.sling.jcr.api.SlingRepository repository, org.osgi.framework.BundleContext bundleContext)
public void dispose()
public final void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
event
- The BundleEvent
representing the bundle state
change.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.