Class ApplicationDescriptorFileFinder

java.lang.Object
org.glassfish.internal.data.ApplicationDescriptorFileFinder
All Implemented Interfaces:
org.glassfish.hk2.api.DescriptorFileFinder

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

    • findDescriptorFiles

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