public class FinderFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Finder |
getFinder(java.lang.String packageName)
Return the correct finder for finding classes in the given package.
|
public static Finder getFinder(java.lang.String packageName)
packageName - Name of package to be searched.