Module org.glassfish.hk2.core
Package org.glassfish.hk2.bootstrap.impl
Class ClasspathDescriptorFileFinder
java.lang.Object
org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
- All Implemented Interfaces:
org.glassfish.hk2.api.DescriptorFileFinder,org.glassfish.hk2.api.DescriptorFileFinderInformation,DescriptorFileFinder
public class ClasspathDescriptorFileFinder
extends org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
implements DescriptorFileFinder
Deprecated.
Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- Author:
- jwells
-
Field Summary
Fields inherited from interface org.glassfish.hk2.api.DescriptorFileFinder
RESOURCE_BASE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.ClasspathDescriptorFileFinder(ClassLoader cl, String name) Deprecated. -
Method Summary
Methods inherited from class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
findDescriptorFiles, getDescriptorFileInformation, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.hk2.api.DescriptorFileFinder
findDescriptorFiles
-
Constructor Details
-
ClasspathDescriptorFileFinder
public ClasspathDescriptorFileFinder()Deprecated. -
ClasspathDescriptorFileFinder
Deprecated. -
ClasspathDescriptorFileFinder
Deprecated.
-