Consolidate blueprint XML files for openflowplugin-impl
[openflowplugin.git] / openflowplugin-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
12         <command name="ofp/showStats">
13             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowStatsCommandProvider"/>
14         </command>
15         <command name="ofp/clearStats">
16             <action class="org.opendaylight.openflowplugin.impl.karaf.ClearStatsCommandProvider"/>
17         </command>
18         <command name="ofp/show-time-counters">
19             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowEventTimesComandProvider"/>
20         </command>
21         <command name="ofp/show-session-stats">
22             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowSessionStatsCommandProvider"/>
23         </command>
24         <command name="ofp/reset-time-counters">
25             <action class="org.opendaylight.openflowplugin.impl.karaf.ResetEventTimesComandProvider"/>
26         </command>
27         <command name="ofp/reset-session-stats">
28             <action class="org.opendaylight.openflowplugin.impl.karaf.ResetSessionStatsComandProvider"/>
29         </command>
30     </command-bundle>
31 </blueprint>