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_BASE
 
Constructor Summary
ClasspathDescriptorFileFinder()
           
ClasspathDescriptorFileFinder(ClassLoader cl)
           
ClasspathDescriptorFileFinder(ClassLoader cl, String name)
           
 
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(ClassLoader cl,
                                     String name)

ClasspathDescriptorFileFinder

public ClasspathDescriptorFileFinder()
Method Detail

findDescriptorFiles

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.