Class AbstractWrapperPlugin<D>

    • Constructor Detail

      • AbstractWrapperPlugin

        public AbstractWrapperPlugin()
    • Method Detail

      • set

        public void set​(D data)
        Description copied from interface: WrapperPlugin
        Associates the given data object with this plugin. It must be a compatible object (i.e., Typed.supports(T) must return true).
        Specified by:
        set in interface WrapperPlugin<D>
        Parameters:
        data - The data object to associate with the plugin.
      • get

        public D get()
        Description copied from interface: WrapperPlugin
        Gets the data object currently associated with this plugin.
        Specified by:
        get in interface WrapperPlugin<D>