public final class JDevDependencyCache
extends java.lang.Object
| Constructor and Description | 
|---|
JDevDependencyCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<Project> | 
getProjectsUsing(Context context,
                java.lang.String... fqClassNames)
Uses dependency information to determine which projects in the Application
 could refer to one or more of the Java classes with the given fully
 qualified names. 
 | 
public static java.util.Collection<Project> getProjectsUsing(Context context, java.lang.String... fqClassNames) throws java.lang.InterruptedException
context - the IDE contextfqClassNames - the fully qualified class namesjava.lang.InterruptedException - if the calling thread is interrupted