JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.eventspy
EventSpy
Context
Contents
Description
Method Summary
Method Details
getData()
Hide sidebar
Show sidebar
Interface EventSpy.Context
Enclosing interface:
EventSpy
public static interface
EventSpy.Context
Context
Since:
3.0.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
Object
>
getData
()
Gets key-value pairs providing information about the Maven runtime.
Method Details
getData
Map
<
String
,
Object
>
getData
()
Gets key-value pairs providing information about the Maven runtime.
Returns:
The key-value pairs, never
null
.