- isPubliclyAccessible(FileObject) - Static method in class org.netbeans.api.java.queries.AccessibilityQuery
-
Check whether a given Java source package should be considered publicly
accessible for use by other compilation units.
- isPubliclyAccessible(FileObject) - Method in interface org.netbeans.spi.java.queries.AccessibilityQueryImplementation
-
Checks whether a given Java package (folder of source files)
is intended to be publicly accessed by code residing in other
compilation units.
- isPubliclyAccessible(FileObject) - Method in interface org.netbeans.spi.java.queries.AccessibilityQueryImplementation2
-
Checks whether a given Java package (folder of source files)
is intended to be publicly accessed by code residing in other
compilation units.
- isPubliclyAccessible2(FileObject) - Static method in class org.netbeans.api.java.queries.AccessibilityQuery
-
Check whether a given Java source package should be considered publicly
accessible for use by other compilation units.
- isSupportedIn(String) - Method in enum org.netbeans.api.java.queries.SourceLevelQuery.Profile
-
Tests if the profile is supported in gives source level.