Interface IRuntimeKeyPrinter


public interface IRuntimeKeyPrinter
Interface that can be used to convert a runtime key to a String.
Since:
8.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return a string representation of the provided runtime key.
  • Method Details

    • printRuntimeKey

      String printRuntimeKey(RuntimeKey key)
      This method should return a string representation of the provided runtime key.
      Parameters:
      key - The runtime key, mandatory
      Returns:
      The string representation of the key, may not be null or empty.