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

Overview (Java Project Support) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.java.project/1 1.12

Java Project Support
Official

Support for creating projects involving Java sources.

See:
          Description

Java Project Support
org.netbeans.api.java.project  
org.netbeans.api.java.project.classpath  
org.netbeans.spi.java.project.classpath  
org.netbeans.spi.java.project.classpath.support  
org.netbeans.spi.java.project.support.ui Utilities to help create the UI for a Java-oriented project.
org.netbeans.spi.java.project.support.ui.templates  

 

Support for creating projects involving Java sources.

Besides the visible Javadoc, this module permits a project to add implementations of ClassPathProvider and/or SourceForBinaryQueryImplementation and/or SourceLevelQueryImplementation and/or JavadocForBinaryQueryImplementation and/or AccessibilityQueryImplementation and/or MultipleRootsUnitTestForSourceQueryImplementation and/or BinaryForSourceQueryImplementation into the project lookup (rather than global lookup). The implementations will be consulted only in the case the relevant file belongs to that project (according to FileOwnerQuery). This helps avoid the need to consult irrelevant query implementations.

API Changes

Architecture Summary


org.netbeans.modules.java.project/1 1.12

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