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 java.lang.Object
implements ClassNameLocator


Field Summary
static java.lang.String PACKAGE_INFO
           
 
Constructor Summary
ClassNameLocatorImpl(ClasspathURLConverter converter)
           
 
Method Summary
 java.util.Collection<java.lang.String> locateClassNames(java.lang.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 java.lang.String PACKAGE_INFO
See Also:
Constant Field Values
Constructor Detail

ClassNameLocatorImpl

public ClassNameLocatorImpl(ClasspathURLConverter converter)
Method Detail

locateClassNames

public java.util.Collection<java.lang.String> locateClassNames(java.lang.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.