org.apache.maven.eventspy
Interface EventSpy.Context

Enclosing interface:
EventSpy

public static interface EventSpy.Context


Method Summary
 Map<String,Object> getData()
          Gets key-value pairs providing information about the Maven runtime.
 

Method Detail

getData

Map<String,Object> getData()
Gets key-value pairs providing information about the Maven runtime.

Returns:
The key-value pairs, never null.


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.