Class DefaultEventSpyContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.Object> data  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private final java.util.Map<java.lang.String,​java.lang.Object> data
    • Constructor Detail

      • DefaultEventSpyContext

        public DefaultEventSpyContext()
    • Method Detail

      • getData

        public java.util.Map<java.lang.String,​java.lang.Object> getData()
        Description copied from interface: EventSpy.Context
        Gets key-value pairs providing information about the Maven runtime.
        Specified by:
        getData in interface EventSpy.Context
        Returns:
        The key-value pairs, never null.