Package 

Class AbstractComponentRegistry

    • Method Summary

      Modifier and Type Method Description
      List<T> values() 得到已注册的组件列表。Get registered component list.
      Unit register(T component) 注册指定的组件。Register specific component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractComponentRegistry

        AbstractComponentRegistry()
    • Method Detail

      • values

         List<T> values()

        得到已注册的组件列表。

        Get registered component list.

      • register

         Unit register(T component)

        注册指定的组件。

        Register specific component.