Class DeleteHistoryCommand
- java.lang.Object
-
- org.opennms.features.topology.shell.DeleteHistoryCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class DeleteHistoryCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description HistoryManager
historyManager
-
Constructor Summary
Constructors Constructor Description DeleteHistoryCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Field Detail
-
historyManager
public HistoryManager historyManager
-
-