Interface EventSpy.Context

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getData()
      Gets key-value pairs providing information about the Maven runtime.
    • Method Detail

      • getData

        java.util.Map<java.lang.String,​java.lang.Object> getData()
        Gets key-value pairs providing information about the Maven runtime.
        Returns:
        The key-value pairs, never null.