Class PopulatorImpl

java.lang.Object
org.jvnet.hk2.internal.PopulatorImpl
All Implemented Interfaces:
org.glassfish.hk2.api.Populator

public class PopulatorImpl extends Object implements org.glassfish.hk2.api.Populator
Implementation of the Populator for DynamicConfigurationService
Author:
jwells
  • Method Details

    • populate

      public List<org.glassfish.hk2.api.ActiveDescriptor<?>> populate(org.glassfish.hk2.api.DescriptorFileFinder fileFinder, org.glassfish.hk2.api.PopulatorPostProcessor... postProcessors) throws IOException
      Specified by:
      populate in interface org.glassfish.hk2.api.Populator
      Throws:
      IOException
    • populate

      public List<org.glassfish.hk2.api.ActiveDescriptor<?>> populate() throws IOException
      Specified by:
      populate in interface org.glassfish.hk2.api.Populator
      Throws:
      IOException