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
ConstructorsConstructorDescriptionNiceModuleTreeImpl(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, ornullif 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:NiceModelTreeReturns the root node that holds all other nodes of the tree.- Specified by:
getRootin interfaceNiceModelTree
-
getModuleNode
Description copied from interface:NiceModelTreeReturns the module node in this tree for the specified module name, ornullif not found.- Specified by:
getModuleNodein interfaceNiceModelTree- Parameters:
modulename- the module name of the module to lookup
-