public interface DependencyChecker
Modifier and Type | Method and Description |
---|---|
void |
checkDependencies(Map<String,ModuleDefinition> moduleDefinitions)
Checks dependencies between the given modules, throws a ModuleDependencyException if there is
a dependency mismatch.
|
List<ModuleDefinition> |
sortByDependencyLevel(Map<String,ModuleDefinition> moduleDefinitions) |
void checkDependencies(Map<String,ModuleDefinition> moduleDefinitions) throws ModuleDependencyException
moduleDefinitions
- a MapModuleDependencyException
List<ModuleDefinition> sortByDependencyLevel(Map<String,ModuleDefinition> moduleDefinitions)
moduleDefinitions
- a MapCopyright © 2003–2018 Magnolia International Ltd.. All rights reserved.