Class ClassNameLocatorImpl
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
-
- All Implemented Interfaces:
ClassNameLocator
public class ClassNameLocatorImpl extends Object implements ClassNameLocator
-
-
Constructor Summary
Constructors Constructor Description ClassNameLocatorImpl(ClasspathScanner scanner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
locateClassNames(String packageName)
Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
-
-
-
Constructor Detail
-
ClassNameLocatorImpl
public ClassNameLocatorImpl(ClasspathScanner scanner)
-
-
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 interfaceClassNameLocator
- Parameters:
packageName
- the name of the package to be inspected.- Returns:
- fully qualified class names
-
-