Package org.apache.maven.eventspy
Interface EventSpy.Context
-
- Enclosing interface:
- EventSpy
public static interface EventSpy.Context
Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getData()
Gets key-value pairs providing information about the Maven runtime.
-