org.glassfish.hk2.bootstrap
Interface DescriptorFileFinder

All Known Implementing Classes:
ClasspathDescriptorFileFinder, URLDescriptorFileFinder

public interface DescriptorFileFinder


Field Summary
static String RESOURCE_NAME
           
 
Method Summary
 List<InputStream> findDescriptorFiles()
           
 

Field Detail

RESOURCE_NAME

static final String RESOURCE_NAME
See Also:
Constant Field Values
Method Detail

findDescriptorFiles

List<InputStream> findDescriptorFiles()
                                      throws IOException
Throws:
IOException


Copyright © 2013 Oracle Corporation. All Rights Reserved.