public class FileModuleRegistry extends AbstractModuleRegistry
Constructor and Description |
---|
FileModuleRegistry(java.lang.String directory) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleDefinition> |
findDefinitions(java.lang.String name)
Searches the registry for the name specified and returns all module definitions
that match the name regardless of module type.
|
protected org.springframework.core.io.Resource |
loadResource(java.lang.String name,
java.lang.String type) |
lookup
protected org.springframework.core.io.Resource loadResource(java.lang.String name, java.lang.String type)
loadResource
in class AbstractModuleRegistry
public java.util.List<ModuleDefinition> findDefinitions(java.lang.String name)
ModuleRegistry
name
- The module definition name to be searched.