Class TestServerModulesFinder
- java.lang.Object
-
- com.marklogic.client.ext.helper.LoggingObject
-
- com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
-
- com.marklogic.client.ext.modulesloader.impl.TestServerModulesFinder
-
- All Implemented Interfaces:
ModulesFinder
public class TestServerModulesFinder extends BaseModulesFinder
Search options and REST properties are specific to a REST API server. So if you a REST API server for testing purposes which is different from the REST API server that you use in an application, you'll most likely want to load the options and REST properties via the test server as well. This ModulesFinder then only returns options and a properties file, if they exist.
-
-
Field Summary
-
Fields inherited from class com.marklogic.client.ext.helper.LoggingObject
logger
-
-
Constructor Summary
Constructors Constructor Description TestServerModulesFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModulesfindModulesWithResolvedBaseDir(java.lang.String baseDir)-
Methods inherited from class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
addAssetDirectories, addNamespaces, addOptions, addPropertiesFile, addServices, addTransforms, decodeAssetDirectoryResource, findModules, findResources, getRecognizedPaths, isIncludeUnrecognizedPathsAsAssetPaths, setIncludeUnrecognizedPathsAsAssetPaths, setNamespacesPath, setOptionsPath, setServicesPath, setTransformsPath
-
Methods inherited from class com.marklogic.client.ext.helper.LoggingObject
format
-
-
-
-
Method Detail
-
findModulesWithResolvedBaseDir
protected Modules findModulesWithResolvedBaseDir(java.lang.String baseDir)
- Specified by:
findModulesWithResolvedBaseDirin classBaseModulesFinder
-
-