org.apache.maven.cli
Class DefaultEventSpyContext
java.lang.Object
org.apache.maven.cli.DefaultEventSpyContext
- All Implemented Interfaces:
- EventSpy.Context
public class DefaultEventSpyContext
- extends Object
- implements EventSpy.Context
Method Summary |
Map<String,Object> |
getData()
Gets key-value pairs providing information about the Maven runtime. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEventSpyContext
public DefaultEventSpyContext()
getData
public Map<String,Object> getData()
- Description copied from interface:
EventSpy.Context
- Gets key-value pairs providing information about the Maven runtime.
- Specified by:
getData
in interface EventSpy.Context
- Returns:
- The key-value pairs, never
null
.
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.