org.glassfish.hk2.bootstrap.impl
Class ClasspathDescriptorFileFinder

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

public class ClasspathDescriptorFileFinder
extends Object
implements DescriptorFileFinder


Field Summary
 
Fields inherited from interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
RESOURCE_NAME
 
Constructor Summary
ClasspathDescriptorFileFinder()
           
ClasspathDescriptorFileFinder(ClassLoader cl)
           
 
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

ClasspathDescriptorFileFinder

public ClasspathDescriptorFileFinder(ClassLoader cl)

ClasspathDescriptorFileFinder

public ClasspathDescriptorFileFinder()
Method Detail

findDescriptorFiles

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.