org.jvnet.hk2.osgiadapter
Class OsgiPopulatorPostProcessor

java.lang.Object
  extended by org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
All Implemented Interfaces:
PopulatorPostProcessor

public class OsgiPopulatorPostProcessor
extends java.lang.Object
implements PopulatorPostProcessor

A PopulatorPostProcessor that sets the HK2Loader prior to binding a descriptor

Author:
mason.taube@oracle.com

Field Summary
static java.lang.String BUNDLE_SYMBOLIC_NAME
           
static java.lang.String BUNDLE_VERSION
           
 
Method Summary
 DescriptorImpl process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_VERSION

public static final java.lang.String BUNDLE_VERSION
See Also:
Constant Field Values

BUNDLE_SYMBOLIC_NAME

public static final java.lang.String BUNDLE_SYMBOLIC_NAME
See Also:
Constant Field Values
Method Detail

process

public DescriptorImpl process(ServiceLocator serviceLocator,
                              DescriptorImpl descriptorImpl)
Specified by:
process in interface PopulatorPostProcessor


Copyright © 2012 Oracle Corporation. All Rights Reserved.