Package org.apache.maven.cli.event
Class DefaultEventSpyContext
java.lang.Object
org.apache.maven.cli.event.DefaultEventSpyContext
- All Implemented Interfaces:
EventSpy.Context
DefaultEventSpyContext
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultEventSpyContext
public DefaultEventSpyContext()
-
-
Method Details
-
getData
Description copied from interface:EventSpy.Context
Gets key-value pairs providing information about the Maven runtime.- Specified by:
getData
in interfaceEventSpy.Context
- Returns:
- The key-value pairs, never
null
.
-