org.glassfish.hk2.bootstrap
Class HK2Populator

java.lang.Object
  extended by org.glassfish.hk2.bootstrap.HK2Populator

public class HK2Populator
extends Object


Constructor Summary
HK2Populator()
           
 
Method Summary
static ServiceLocator populate(ServiceLocator serviceLocator)
           
static ServiceLocator populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder)
           
static ServiceLocator populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, PopulatorPostProcessor postProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HK2Populator

public HK2Populator()
Method Detail

populate

public static ServiceLocator populate(ServiceLocator serviceLocator,
                                      DescriptorFileFinder fileFinder,
                                      PopulatorPostProcessor postProcessor)
                               throws IOException
Throws:
IOException

populate

public static ServiceLocator populate(ServiceLocator serviceLocator,
                                      DescriptorFileFinder fileFinder)
                               throws IOException
Throws:
IOException

populate

public static ServiceLocator populate(ServiceLocator serviceLocator)
                               throws IOException
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.