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


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
 

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 © 2006-2009 Apache Software Foundation. All Rights Reserved.