Interface ActionService


@NonNullByDefault public interface ActionService
This interface must be implemented by services that want to contribute script actions.
Author:
Kai Kreuzer - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the action class itself
    default String
    returns the FQCN of the action class.
  • Method Details

    • getActionClassName

      default String getActionClassName()
      returns the FQCN of the action class.
      Returns:
      the FQCN of the action class
    • getActionClass

      Class<?> getActionClass()
      Returns the action class itself
      Returns:
      the action class