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 java.lang.Object
implements DescriptorFileFinder


Field Summary
 
Fields inherited from interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
RESOURCE_BASE
 
Constructor Summary
URLDescriptorFileFinder(java.net.URL url)
           
 
Method Summary
 java.util.List<java.io.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(java.net.URL url)
Method Detail

findDescriptorFiles

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.