Class DefaultEventSpyContext

java.lang.Object
org.apache.maven.cli.event.DefaultEventSpyContext
All Implemented Interfaces:
EventSpy.Context

@Deprecated public class DefaultEventSpyContext extends Object implements EventSpy.Context
Deprecated.
DefaultEventSpyContext
  • Constructor Details

    • DefaultEventSpyContext

      public DefaultEventSpyContext()
      Deprecated.
  • Method Details

    • getData

      public Map<String,Object> getData()
      Deprecated.
      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.