Interface ProcessorProvider


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

    Modifier and Type
    Method
    Description
    Returns the processor for the given name.
  • Method Details

    • getProcessor

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