Interface ProcessorProvider


  • @ProviderType
    public interface ProcessorProvider
    ProcessorProvider...
    • Method Detail

      • getProcessor

        @CheckForNull
        ScriptProcessor getProcessor​(@Nonnull
                                     java.lang.String name)
        Returns the processor for the given name.
        Parameters:
        name - name of the processor
        Returns:
        the processor or null