public class OsgiPopulatorPostProcessor extends Object implements PopulatorPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLE_SYMBOLIC_NAME |
static String |
BUNDLE_VERSION |
| Modifier and Type | Method and Description |
|---|---|
DescriptorImpl |
process(ServiceLocator serviceLocator,
DescriptorImpl descriptorImpl)
This method can be used to alter the descriptor read in.
|
public static final String BUNDLE_VERSION
public static final String BUNDLE_SYMBOLIC_NAME
public DescriptorImpl process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
PopulatorPostProcessorprocess in interface PopulatorPostProcessorserviceLocator - the ServiceLocator being populated. Will not be nulldescriptorImpl - The descriptorImpl read from some external source. This
processor can modify this descriptor fullyCopyright © 2009–2017 Oracle Corporation. All rights reserved.