Class NiceModuleTreeImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.NiceModuleTreeImpl
- All Implemented Interfaces:
NiceModelTree
-
Field Summary
Fields inherited from interface ch.tocco.nice2.dbrefactoring.api.model.NiceModelTree
MODULE_NAME_COMPARATOR
-
Constructor Summary
ConstructorDescriptionNiceModuleTreeImpl
(ModuleManager moduleManager, DataModelSupport dataModel, IteratorFactory iteratorFactory, DatabaseTypeMap typeMap) -
Method Summary
Modifier and TypeMethodDescriptiongetModuleNode
(String modulename) Returns the module node in this tree for the specified module name, ornull
if not found.getRoot()
Returns the root node that holds all other nodes of the tree.
-
Constructor Details
-
NiceModuleTreeImpl
public NiceModuleTreeImpl(ModuleManager moduleManager, DataModelSupport dataModel, IteratorFactory iteratorFactory, DatabaseTypeMap typeMap)
-
-
Method Details
-
getRoot
Description copied from interface:NiceModelTree
Returns the root node that holds all other nodes of the tree.- Specified by:
getRoot
in interfaceNiceModelTree
-
getModuleNode
Description copied from interface:NiceModelTree
Returns the module node in this tree for the specified module name, ornull
if not found.- Specified by:
getModuleNode
in interfaceNiceModelTree
- Parameters:
modulename
- the module name of the module to lookup
-