JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.maven.eventspy
Interface EventSpy.Context
All Known Implementing Classes:
DefaultEventSpyContext
Enclosing interface:
EventSpy
public static interface
EventSpy.Context
Context
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
.