Method Summary |
|
public void | discover(String[] metafacadeModelNamespaces) Discovers and loads all metafacade implementation classes and interfaces in each avaiable namespace registry into
each given namespace in the modelTypeNamespaces list. |
public Class | getMetafacadeClass(String metafacadeImplClass) Retrieves the metafacade class from the passed in metafacadeImplClass . |
public Class | getMetafacadeImplClass(String metafacadeClass) Retrieves the metafacade implementation class from the passed in metafacadeClass . |
public static MetafacadeImpls | instance() Returns the shared instance of this class. |
public void | setMetafacadeModelNamespace(String metafacadeModelNamespace) Sets the current model type to which this instance's metafacade class retrieval
should apply. |