Interface ProcessorProperties

All Known Implementing Classes:
ProcessorPropertiesImpl

public interface ProcessorProperties
An interface to retrieve processor properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get​(Class<T> type, String name)
    Gets the property converted in given type or null (can be an array).
    Gets the corresponding processor name.
    void
    set​(String name, Object o)
    Sets the given property.
  • Method Details

    • get

      <T> T get(Class<T> type, String name)
      Gets the property converted in given type or null (can be an array).
    • set

      void set(String name, Object o)
      Sets the given property.
    • getProcessorName

      String getProcessorName()
      Gets the corresponding processor name.