public class FindClassUtil
extends java.lang.Object
| Constructor and Description |
|---|
FindClassUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Module> |
findModulesWithClass(Project project,
java.lang.String qualifiedName)
Searches the project for modules that contain the class with the specified full-qualified name within
the module dependencies or libraries.
|
public static java.util.Collection<Module> findModulesWithClass(Project project, java.lang.String qualifiedName)
qualifiedName - the full-qualified name of the class to find.