org.apache.tapestry5.ioc.internal.services
Class ClassNameLocatorImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
- All Implemented Interfaces:
- ClassNameLocator
public class ClassNameLocatorImpl
- extends Object
- implements ClassNameLocator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGE_INFO
public static final String PACKAGE_INFO
- See Also:
- Constant Field Values
ClassNameLocatorImpl
public ClassNameLocatorImpl(ClasspathURLConverter converter)
locateClassNames
public Collection<String> locateClassNames(String packageName)
- Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
- Specified by:
locateClassNames
in interface ClassNameLocator
- Returns:
- fully qualified class names
Copyright © 2003-2012 The Apache Software Foundation.