Interface ModulesFinder
-
- All Known Implementing Classes:
BaseModulesFinder,DefaultModulesFinder,TestServerModulesFinder
public interface ModulesFinderGiven a directory, return a Modules instance capturing all of the REST API modules to load.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModulesfindModules(java.lang.String path)
-
-
-
Method Detail
-
findModules
Modules findModules(java.lang.String path)
-
-