org.apache.maven.cli
Class DefaultEventSpyContext

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

public class DefaultEventSpyContext
extends java.lang.Object
implements EventSpy.Context


Constructor Summary
DefaultEventSpyContext()
           
 
Method Summary
 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
 

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.


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.