org.netbeans.api.java.source.ui
public final class TypeElementFinder extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TypeElementFinder.Customizer
Customization of search scope and results
|
Constructor and Description |
---|
TypeElementFinder() |
Modifier and Type | Method and Description |
---|---|
static ElementHandle<TypeElement> |
find(ClasspathInfo cpInfo,
TypeElementFinder.Customizer customizer)
Searches for classes on given classpath using defined restrictions.
|
public static ElementHandle<TypeElement> find(ClasspathInfo cpInfo, TypeElementFinder.Customizer customizer)
cpInfo
- classpath used for search; optional, can be null,
everything available will be searchedcustomizer
- possibility to add restrictions to search result;
optional, can be null, no restriction will be appliedBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.