Class DefaultModulesFinder
- java.lang.Object
-
- com.marklogic.client.ext.helper.LoggingObject
-
- com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
-
- com.marklogic.client.ext.modulesloader.impl.DefaultModulesFinder
-
- All Implemented Interfaces:
ModulesFinder
public class DefaultModulesFinder extends BaseModulesFinder implements ModulesFinder
Default implementation that loads all of the different kinds of REST modules.
-
-
Field Summary
-
Fields inherited from class com.marklogic.client.ext.helper.LoggingObject
logger
-
-
Constructor Summary
Constructors Constructor Description DefaultModulesFinder()
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.marklogic.client.ext.modulesloader.ModulesFinder
findModules
-
-
-
-
Method Detail
-
findModulesWithResolvedBaseDir
protected Modules findModulesWithResolvedBaseDir(java.lang.String baseDir)
- Specified by:
findModulesWithResolvedBaseDirin classBaseModulesFinder
-
-