站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.spi.java.queries (Java Support APIs) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.java/1 1.13

Package org.netbeans.spi.java.queries

Implementations of Java-related queries.

See:
          Description

Interface Summary
AccessibilityQueryImplementation Permits providers to mark certain Java packages as being inaccessible to outside code despite possibly containing public classes.
BinaryForSourceQueryImplementation Information about where binaries (classfiles) corresponding to Java sources can be found, this is intended to be the inverse of the SourceForBinaryQueryImplementation.
JavadocForBinaryQueryImplementation A query to find Javadoc root for the given classpath root.
MultipleRootsUnitTestForSourceQueryImplementation Query to find Java package roots of unit tests for Java package root of sources and vice versa.
SourceForBinaryQueryImplementation Information about where Java sources corresponding to binaries (classfiles) can be found.
SourceLevelQueryImplementation Permits providers to return specification source level of Java source file.
UnitTestForSourceQueryImplementation Deprecated. Use MultipleRootsUnitTestForSourceQueryImplementation instead.
 

Package org.netbeans.spi.java.queries Description

Implementations of Java-related queries.


org.netbeans.api.java/1 1.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.