Class XccStaticChecker
- java.lang.Object
-
- com.marklogic.client.ext.helper.LoggingObject
-
- com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
-
- com.marklogic.client.ext.modulesloader.impl.XccStaticChecker
-
- All Implemented Interfaces:
StaticChecker
public class XccStaticChecker extends AbstractStaticChecker
XCC gives more information about a static check error - specifically, line-precise information - and the REST API does not by default. But a REST API implementation can be easily created by subclassing this class's parent class.
-
-
Field Summary
-
Fields inherited from class com.marklogic.client.ext.helper.LoggingObject
logger
-
-
Constructor Summary
Constructors Constructor Description XccStaticChecker(XccTemplate xccTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteQuery(java.lang.String xquery)-
Methods inherited from class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
buildXqueryForStaticallyCheckingModule, canBeStaticallyChecked, checkLoadedAssets, performBulkStaticCheck, setBulkCheck, setCheckLibraryModules, staticallyCheckModule
-
Methods inherited from class com.marklogic.client.ext.helper.LoggingObject
format
-
-
-
-
Constructor Detail
-
XccStaticChecker
public XccStaticChecker(XccTemplate xccTemplate)
-
-
Method Detail
-
executeQuery
protected void executeQuery(java.lang.String xquery)
- Specified by:
executeQueryin classAbstractStaticChecker
-
-