Package org.glassfish.hk2.bootstrap.impl
Class URLDescriptorFileFinder
java.lang.Object
org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
- All Implemented Interfaces:
DescriptorFileFinder
-
Field Summary
FieldsFields inherited from interface org.glassfish.hk2.api.DescriptorFileFinder
RESOURCE_BASE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of input streams for hk2 locator files
-
Field Details
-
url
-
-
Constructor Details
-
URLDescriptorFileFinder
-
-
Method Details
-
findDescriptorFiles
Description copied from interface:DescriptorFileFinder
Returns a list of input streams for hk2 locator files- Specified by:
findDescriptorFiles
in interfaceDescriptorFileFinder
- Returns:
- A non-null (but possibly empty) list of InputStreams for hk2 inhabitant files
- Throws:
IOException
- If there was an error finding the hk2 inhabitant files
-