Class ClassNameLocatorImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
- All Implemented Interfaces:
ClassNameLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocateClassNames
(String packageName) Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
-
Constructor Details
-
ClassNameLocatorImpl
-
-
Method Details
-
locateClassNames
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
-