See: Description
| Package | Description |
|---|---|
| org.netbeans.api.java.loaders | |
| org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
| org.netbeans.api.java.source.matching | |
| org.netbeans.api.java.source.support | |
| org.netbeans.spi.java.loaders |
Provides Java Model API access.
ensure.built.source.roots
When the ensure.built.source.roots property is set during ant script execution,
the javac task will not actually build the classfiles from scratch, but rather copy classfiles
produced by the Java infrastructure into the output folder. The content of the property will
be interpreted as list of source roots, for which the artifacts should be copied.
Added new methods to support working with DocTrees.
CodeStyleUtils.
Added class CodeStyleUtils, which helps with
conforming java names to the naming codestyle. Used for
variable naming and getter/setter names.
Added ProfileSupport class providing utility methods for JDK 8 profiles.
Added a new method to find an element based on its description:
ElementUtilities.findElement.
Added ClassIndex.getDeclaredSymbols.
XXX no answer for arch-usecases
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.