Class DeleteTopologyCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class DeleteTopologyCommand
    extends Object
    implements org.apache.karaf.shell.api.action.Action
    Deletes the generated topology via karaf command. The topology is identified as it belongs to the category "GeneratedNode" Install: feature:install opennms-enlinkd-shell Usage: type opennms:delete-topology in karaf console
    • Constructor Detail

      • DeleteTopologyCommand

        public DeleteTopologyCommand()
    • Method Detail

      • execute

        public Object execute()
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action