org.netbeans.api.java.queries
public class AccessibilityQuery extends Object
Suggested uses:
If the Java Project module is enabled, you may register an implementation to the lookup for a project rather than the default lookup.
AccessibilityQueryImplementation
Modifier and Type | Method and Description |
---|---|
static Boolean |
isPubliclyAccessible(FileObject pkg)
Check whether a given Java source package should be considered publicly
accessible for use by other compilation units.
|
public static Boolean isPubliclyAccessible(FileObject pkg)
pkg
- a Java source package (must have a corresponding
ClassPath.SOURCE
root)Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.