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)
PopulatorPostProcessor
process
in interface PopulatorPostProcessor
serviceLocator
- the ServiceLocator being populateddescriptorImpl
- The descriptorImpl read from some external source. This
processor can modify this descriptor fully.Copyright © 2013 Oracle Corporation. All Rights Reserved.