Package | Description |
---|---|
org.netbeans.api.java.source.support |
Modifier and Type | Method and Description |
---|---|
static void |
ProfileSupport.SourceLevelQuery.Profile profileToCheck,
Iterable<URL> bootClassPath,
Iterable<URL> compileClassPath,
Iterable<URL> sourcePath,
Set<ProfileSupport.Validation> check,
ProfileSupport.ViolationCollectorFactory collectorFactory)
Asynchronously finds the
SourceLevelQuery.Profile violations in given source and classpath roots. |
static void |
ProfileSupport.SourceLevelQuery.Profile profileToCheck,
Iterable<URL> bootClassPath,
Iterable<URL> compileClassPath,
Iterable<URL> sourcePath,
Set<ProfileSupport.Validation> check,
ProfileSupport.ViolationCollectorFactory collectorFactory,
Executor executor)
Asynchronously finds the
SourceLevelQuery.Profile violations in given source and classpath roots. |