Class EventUeiCompleter
- java.lang.Object
-
- org.opennms.netmgt.events.commands.EventUeiCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class EventUeiCompleter extends java.lang.Object implements org.apache.karaf.shell.api.console.Completer
Auto-complete support for event UEIs.- Author:
- jwhite
-
-
Field Summary
Fields Modifier and Type Field Description EventConfDao
eventConfDao
-
Constructor Summary
Constructors Constructor Description EventUeiCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
complete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, java.util.List<java.lang.String> candidates)
-
-
-
Field Detail
-
eventConfDao
public EventConfDao eventConfDao
-
-