Package | Description |
---|---|
org.netbeans.api.java.source.support |
Modifier and Type | Method and Description |
---|---|
static Collection<ProfileSupport.Violation> |
ProfileSupport.findProfileViolations(SourceLevelQuery.Profile profileToCheck,
Iterable<URL> bootClassPath,
Iterable<URL> compileClassPath,
Iterable<URL> sourcePath,
Set<ProfileSupport.Validation> check)
Synchronously finds the
SourceLevelQuery.Profile violations in given source and classpath roots. |
Modifier and Type | Method and Description |
---|---|
void |
ProfileSupport.ViolationCollector.reportProfileViolation(ProfileSupport.Violation violation)
Called to report a
SourceLevelQuery.Profile violation. |
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.