org.glassfish.hk2.bootstrap.impl
Class URLDescriptorFileFinder

java.lang.Object
  extended by org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
All Implemented Interfaces:
DescriptorFileFinder

public class URLDescriptorFileFinder
extends Object
implements DescriptorFileFinder


Field Summary
 
Fields inherited from interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
RESOURCE_NAME
 
Constructor Summary
URLDescriptorFileFinder(URL url)
           
 
Method Summary
 List<InputStream> findDescriptorFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLDescriptorFileFinder

public URLDescriptorFileFinder(URL url)
Method Detail

findDescriptorFiles

public List<InputStream> findDescriptorFiles()
                                      throws IOException
Specified by:
findDescriptorFiles in interface DescriptorFileFinder
Throws:
IOException


Copyright © 2013 Oracle Corporation. All Rights Reserved.