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 Object
implements EventSpy.Context


Constructor Summary
DefaultEventSpyContext()
           
 
Method Summary
 Map<String,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 Map<String,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-2012 The Apache Software Foundation. All Rights Reserved.