Package org.opennms.netmgt.snmp.commands
Class ShowConfigCommand
- java.lang.Object
-
- org.opennms.netmgt.snmp.commands.ShowConfigCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class ShowConfigCommand extends Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description SnmpAgentConfigFactory
snmpAgentConfigFactory
-
Constructor Summary
Constructors Constructor Description ShowConfigCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute()
static void
prettyPrint(SnmpAgentConfig agent)
-
-
-
Field Detail
-
snmpAgentConfigFactory
public SnmpAgentConfigFactory snmpAgentConfigFactory
-
-
Method Detail
-
execute
public Object execute() throws Exception
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
- Throws:
Exception
-
prettyPrint
public static void prettyPrint(SnmpAgentConfig agent)
-
-