public class SmallerConfigurationInstance extends Object implements ProcessorFactoryServiceTracker.ProcessorFactoryServiceListener
| Modifier and Type | Field and Description |
|---|---|
static String |
SMALLER_HEADER
The manifest header defining the location of the smaller config-file.
|
| Constructor and Description |
|---|
SmallerConfigurationInstance(org.osgi.framework.BundleContext bundleContext,
org.osgi.framework.Bundle smallerConfigBundle,
String config,
ProcessorFactoryServiceTracker tracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedProcessorFactory(ProcessorFactory processorFactory) |
void |
dispose(ProcessorFactoryServiceTracker tracker) |
void |
removedProcessorFactory(ProcessorFactory processorFactory) |
public static final String SMALLER_HEADER
public SmallerConfigurationInstance(org.osgi.framework.BundleContext bundleContext,
org.osgi.framework.Bundle smallerConfigBundle,
String config,
ProcessorFactoryServiceTracker tracker)
bundleContext - smallerConfigBundle - The BundleContext the the bundle containing the
Smaller-Config headerconfig - The value of thetracker - public void addedProcessorFactory(ProcessorFactory processorFactory)
public void removedProcessorFactory(ProcessorFactory processorFactory)
public void dispose(ProcessorFactoryServiceTracker tracker)
tracker - Copyright © 2014. All Rights Reserved.