org.apache.tapestry5.ioc.internal.services
Class ClassNameLocatorImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
All Implemented Interfaces:
ClassNameLocator

public class ClassNameLocatorImpl
extends Object
implements ClassNameLocator


Field Summary
static String PACKAGE_INFO
           
 
Constructor Summary
ClassNameLocatorImpl(ClasspathURLConverter converter)
           
 
Method Summary
 Collection<String> locateClassNames(String packageName)
          Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_INFO

public static final String PACKAGE_INFO
See Also:
Constant Field Values
Constructor Detail

ClassNameLocatorImpl

public ClassNameLocatorImpl(ClasspathURLConverter converter)
Method Detail

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.