public class ClassNameLocatorImpl extends Object implements ClassNameLocator
Modifier and Type | Field and Description |
---|---|
static String |
PACKAGE_INFO |
Constructor and Description |
---|
ClassNameLocatorImpl(ClasspathURLConverter converter) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
locateClassNames(String packageName)
Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
|
public static final String PACKAGE_INFO
public ClassNameLocatorImpl(ClasspathURLConverter converter)
public Collection<String> locateClassNames(String packageName)
locateClassNames
in interface ClassNameLocator
Copyright © 2003-2012 The Apache Software Foundation.