Class PluginPropertyHandler.AbstractHandler

    • Constructor Detail

      • AbstractHandler

        public AbstractHandler()
    • Method Detail

      • execute

        public final void execute​(Object property)
                           throws IllegalArgumentException,
                                  org.apache.commons.collections4.FunctorException
        Specified by:
        execute in interface org.apache.commons.collections4.Closure
        Throws:
        IllegalArgumentException - if property is null.
        org.apache.commons.collections4.FunctorException - if HopException in handle thrown.
        See Also:
        org.apache.commons.collections.Closure#execute(java.lang.Object)