Class AbstractModelResolver

    • Constructor Detail

      • AbstractModelResolver

        public AbstractModelResolver()
    • Method Detail

      • initialize

        public void initialize()
        This will be called as soon as the class is created by the registry. Clients can override if they need to set up their resolver for use.
        Specified by:
        initialize in interface IModelResolver
        See Also:
        IModelResolver.initialize()
      • dispose

        public void dispose()
        This will be called when the contributing plugin of this class is about to be stopped. Clients can override to get rid of any state they've maintained within their resolver.
        Specified by:
        dispose in interface IModelResolver
        See Also:
        IModelResolver.dispose()