Package org.glassfish.hk2.bootstrap.impl
Class URLDescriptorFileFinder
- java.lang.Object
-
- org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
-
- All Implemented Interfaces:
DescriptorFileFinder
public class URLDescriptorFileFinder extends java.lang.Object implements DescriptorFileFinder
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.URL
url
-
Fields inherited from interface org.glassfish.hk2.api.DescriptorFileFinder
RESOURCE_BASE
-
-
Constructor Summary
Constructors Constructor Description URLDescriptorFileFinder(java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.io.InputStream>
findDescriptorFiles()
Returns a list of input streams for hk2 locator files
-
-
-
Method Detail
-
findDescriptorFiles
public java.util.List<java.io.InputStream> findDescriptorFiles() throws java.io.IOException
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:
java.io.IOException
- If there was an error finding the hk2 inhabitant files
-
-