Class EventConfigShowCommand
- java.lang.Object
-
- org.opennms.netmgt.events.commands.EventConfigShowCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class EventConfigShowCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
View the eventconf from the Karaf shell.- Author:
- jwhite
-
-
Field Summary
Fields Modifier and Type Field Description EventConfDao
eventConfDao
-
Constructor Summary
Constructors Constructor Description EventConfigShowCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Field Detail
-
eventConfDao
public EventConfDao eventConfDao
-
-