|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.java.queries.AccessibilityQuery
Indicates whether a Java package should be considered publicly accessible.
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
Method Summary | |
static Boolean |
isPubliclyAccessible(FileObject pkg)
Check whether a given Java source package should be considered publicly accessible for use by other compilation units. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Boolean isPubliclyAccessible(FileObject pkg)
pkg
- a Java source package (must have a corresponding
ClassPath.SOURCE
root)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |