Class ApplicationDescriptorFileFinder

  • All Implemented Interfaces:
    org.glassfish.hk2.api.DescriptorFileFinder, org.glassfish.hk2.bootstrap.DescriptorFileFinder

    public class ApplicationDescriptorFileFinder
    extends Object
    implements org.glassfish.hk2.bootstrap.DescriptorFileFinder
    This DescriptorFileFinder is used to find all of the META-INF/hk2-locator/application files in the application
    Author:
    jwells
    • Method Detail

      • findDescriptorFiles

        public List<InputStream> findDescriptorFiles()
                                              throws IOException
        Specified by:
        findDescriptorFiles in interface org.glassfish.hk2.api.DescriptorFileFinder
        Throws:
        IOException