Class DefaultEventSpyContext

  • All Implemented Interfaces:
    org.apache.maven.eventspy.EventSpy.Context

    public class DefaultEventSpyContext
    extends java.lang.Object
    implements org.apache.maven.eventspy.EventSpy.Context
    DefaultEventSpyContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getData()  
      • Methods inherited from class java.lang.Object

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

      • DefaultEventSpyContext

        public DefaultEventSpyContext()
    • Method Detail

      • getData

        public java.util.Map<java.lang.String,​java.lang.Object> getData()
        Specified by:
        getData in interface org.apache.maven.eventspy.EventSpy.Context