| AbstractStaticChecker |
Has all the guts for doing static checking, but delegates the execution of an XQuery script to a subclass.
|
| AssetFileLoader |
File loaded for "assets", as defined by the REST API - basically, any server module.
|
| BaseModulesFinder |
Abstract implementation that provides implementations for loading all the different kinds of modules.
|
| DefaultExtensionMetadataProvider |
|
| DefaultFileFilter |
Simple implementation that accepts every file and ignores anything starting with ".".
|
| DefaultModulesFinder |
Default implementation that loads all of the different kinds of REST modules.
|
| DefaultModulesLoader |
Default implementation of ModulesLoader.
|
| ExtDocumentFileProcessor |
Appends "/ext" to assets loaded from the REST API-specific "/ext" directory.
|
| LoadedAsset |
|
| ModulesManagerDocumentFileProcessor |
|
| PropertiesModuleManager |
|
| SimpleLoadModulesFailureListener |
|
| TestServerModulesFinder |
Search options and REST properties are specific to a REST API server.
|
| XccStaticChecker |
XCC gives more information about a static check error - specifically, line-precise information - and
the REST API does not by default.
|