Interface WrapperPlugin<D>

    • Method Detail

      • set

        void set​(D data)
        Associates the given data object with this plugin. It must be a compatible object (i.e., Typed.supports(T) must return true).
        Parameters:
        data - The data object to associate with the plugin.
        Throws:
        IllegalArgumentException - if the data object is not compatible.
      • get

        D get()
        Gets the data object currently associated with this plugin.