Skip navigation links

NetBeans Architecture Answers for General Queries API module


Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
GeneralQueriesAPIExportedOfficial

The General Queries API provides generic queries, or sources of concrete information, useful throughout the build system and perhaps elsewhere. Each query is split into an API component intended for clients to find the answer to a particular question without knowledge of the underlying structure or origin of the answer; and an SPI interface (using lookup) permitting answers to be provided from any source. These queries currently pertain to VCS and compilation status and user visibility of files.

FilesystemsAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 9.0 is required.

WeakListener.setAccessibleImportedUnder Development

The module is needed for compilation. The module is used during runtime. Specification version 9.20 is required.

LookupAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 8.0 is required.

Group of preferences interfaces
Interface NameIn/OutStabilitySpecified in What Document?
org.netbeans.api.queriesExportedPrivate

key description read write
default-encoding Default encoding which should be used for new project x x


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability