blob: d530ca817ce15d3b23472090da7848b8572947f8 [file] [log] [blame]
Thomas Vachuska7d693f52014-10-21 19:17:57 -07001<!--
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07002 ~ Copyright 2014 Open Networking Laboratory
Thomas Vachuska7d693f52014-10-21 19:17:57 -07003 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07004 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
Thomas Vachuska7d693f52014-10-21 19:17:57 -07007 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07008 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
Thomas Vachuska7d693f52014-10-21 19:17:57 -070015 -->
tom0eb04ca2014-08-25 14:34:51 -070016<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
17
18 <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
19 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080020 <action class="org.onosproject.cli.SummaryCommand"/>
tom9b4030d2014-10-06 10:39:03 -070021 </command>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080022
23 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080024 <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
25 </command>
26
27 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080028 <action class="org.onosproject.cli.app.ApplicationCommand"/>
29 <completers>
30 <ref component-id="appCommandCompleter"/>
31 <ref component-id="appNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080032 </completers>
33 </command>
34
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080035 <command>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070036 <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080037 <completers>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070038 <ref component-id="cfgCommandCompleter"/>
39 <ref component-id="componentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -070040 <ref component-id="componentPropertyNameCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080041 </completers>
42 </command>
43
44 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080045 <action class="org.onosproject.cli.MetricsListCommand"/>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080046 </command>
47
tom9b4030d2014-10-06 10:39:03 -070048 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080049 <action class="org.onosproject.cli.NodesListCommand"/>
tome4729872014-09-23 00:37:37 -070050 </command>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -070051
52 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080053 <action class="org.onosproject.cli.RolesCommand"/>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -070054 </command>
tom9710fb42014-09-29 11:35:28 -070055 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080056 <action class="org.onosproject.cli.MastersListCommand"/>
Thomas Vachuskae0f804a2014-10-27 23:40:48 -070057 </command>
58 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080059 <action class="org.onosproject.cli.BalanceMastersCommand"/>
Thomas Vachuskae02e11c2014-11-24 16:13:52 -080060 </command>
61 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080062 <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
alshabiba7f7ca82014-09-22 11:41:23 -070063 </command>
tom1380eee2014-09-24 09:22:02 -070064
alshabiba7f7ca82014-09-22 11:41:23 -070065 <command>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -070066 <action class="org.onosproject.cli.net.DriversListCommand"/>
67 <completers>
68 <ref component-id="driverNameCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -070069 </completers>
70 </command>
71
72 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080073 <action class="org.onosproject.cli.net.DevicesListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -070074 </command>
75 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080076 <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
tom0eb04ca2014-08-25 14:34:51 -070077 <completers>
tom6d2a43e2014-09-08 01:50:20 -070078 <ref component-id="deviceIdCompleter"/>
tom0eb04ca2014-08-25 14:34:51 -070079 </completers>
80 </command>
tom6d2a43e2014-09-08 01:50:20 -070081 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080082 <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
tomc290a122014-09-08 14:27:13 -070083 <completers>
84 <ref component-id="deviceIdCompleter"/>
85 </completers>
86 </command>
tom5f35f7c2014-09-08 18:38:19 -070087 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080088 <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
tom5f35f7c2014-09-08 18:38:19 -070089 <completers>
90 <ref component-id="deviceIdCompleter"/>
toma6235a52014-10-15 13:25:39 -070091 <ref component-id="nodeIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -070092 <ref component-id="roleCompleter"/>
tom5f35f7c2014-09-08 18:38:19 -070093 </completers>
94 </command>
Thomas Vachuska8ceee942015-04-14 16:53:57 -070095 <command>
96 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
97 <completers>
98 <ref component-id="deviceIdCompleter"/>
Thomas Vachuska8ceee942015-04-14 16:53:57 -070099 </completers>
100 </command>
tomc290a122014-09-08 14:27:13 -0700101
102 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800103 <action class="org.onosproject.cli.net.LinksListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700104 <completers>
105 <ref component-id="deviceIdCompleter"/>
106 </completers>
107 </command>
tom13cb4852014-09-11 12:44:17 -0700108
109 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800110 <action class="org.onosproject.cli.net.TopologyCommand"/>
tom13cb4852014-09-11 12:44:17 -0700111 </command>
112 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800113 <action class="org.onosproject.cli.net.PathListCommand"/>
tom9eb57fb2014-09-11 19:42:38 -0700114 <completers>
115 <ref component-id="deviceIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700116 <ref component-id="deviceIdCompleter"/>
tom9eb57fb2014-09-11 19:42:38 -0700117 </completers>
118 </command>
tomf5c9d922014-10-03 15:22:03 -0700119
tom9eb57fb2014-09-11 19:42:38 -0700120 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800121 <action class="org.onosproject.cli.net.IntentsListCommand"/>
tom0511a522014-10-04 12:06:02 -0700122 </command>
123 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800124 <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700125 <completers>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700126 <ref component-id="appIdWithIntentNameCompleter"/>
tom6db1f0a2014-10-07 09:12:29 -0700127 <ref component-id="intentIdCompleter"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700128 </completers>
129 </command>
tomf5c9d922014-10-03 15:22:03 -0700130 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800131 <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
tom0511a522014-10-04 12:06:02 -0700132 <completers>
tom6db1f0a2014-10-07 09:12:29 -0700133 <ref component-id="hostIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700134 <ref component-id="hostIdCompleter"/>
tom0511a522014-10-04 12:06:02 -0700135 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700136 <optional-completers>
Charles M.C. Chan2d89eca2015-04-29 21:32:17 +0800137 <entry key="-t" value-ref="ethTypeCompleter"/>
138 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
139 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
140 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
141 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700142 <entry key="-a" value-ref="allAppNameCompleter"/>
143 </optional-completers>
tomf5c9d922014-10-03 15:22:03 -0700144 </command>
Ray Milkeya058c732014-10-08 13:52:34 -0700145 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800146 <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
Ray Milkeya058c732014-10-08 13:52:34 -0700147 <completers>
148 <ref component-id="connectPointCompleter"/>
149 <ref component-id="connectPointCompleter"/>
150 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700151 <optional-completers>
152 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800153 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800154 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
155 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
156 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700157 <entry key="-a" value-ref="allAppNameCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700158 </optional-completers>
Ray Milkeya058c732014-10-08 13:52:34 -0700159 </command>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700160 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800161 <action class="org.onosproject.cli.net.AddOpticalIntentCommand"/>
Brian O'Connor5296b322014-10-23 14:59:05 -0700162 <completers>
163 <ref component-id="connectPointCompleter"/>
164 <ref component-id="connectPointCompleter"/>
Brian O'Connor5296b322014-10-23 14:59:05 -0700165 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700166 <optional-completers>
167 <entry key="-a" value-ref="allAppNameCompleter"/>
168 </optional-completers>
Brian O'Connor5296b322014-10-23 14:59:05 -0700169 </command>
170 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800171 <action class="org.onosproject.cli.net.GetStatistics"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800172 <completers>
173 <ref component-id="connectPointCompleter"/>
174 </completers>
alshabib23a8d7c2014-10-22 21:53:39 -0700175 </command>
176 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800177 <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
Ray Milkey0742ec92014-10-13 08:39:55 -0700178 <completers>
179 <ref component-id="connectPointCompleter"/>
180 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700181 <optional-completers>
182 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800183 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800184 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
185 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
186 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700187 <entry key="-a" value-ref="allAppNameCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700188 </optional-completers>
Ray Milkey0742ec92014-10-13 08:39:55 -0700189 </command>
190 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800191 <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100192 <completers>
193 <ref component-id="connectPointCompleter"/>
194 </completers>
195 <optional-completers>
196 <entry key="-t" value-ref="ethTypeCompleter"/>
Pavlin Radoslavov70761df2015-03-09 11:05:49 -0700197 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800198 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
199 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
200 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700201 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100202 </optional-completers>
203 </command>
204 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800205 <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700206 <completers>
207 <ref component-id="connectPointCompleter"/>
208 <ref component-id="connectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700209 <ref component-id="nullCompleter"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700210 </completers>
211 </command>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700212 <command>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800213 <action class="org.onosproject.cli.net.IntentCycleCommand"/>
214 <completers>
215 <ref component-id="connectPointCompleter"/>
216 <ref component-id="connectPointCompleter"/>
217 <ref component-id="nullCompleter"/>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800218 </completers>
219 </command>
220 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800221 <action class="org.onosproject.cli.net.RandomIntentCommand"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800222 <completers>
223 <ref component-id="nullCompleter"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800224 </completers>
225 </command>
226 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800227 <action class="org.onosproject.cli.net.ResourceAllocationsCommand"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700228 <completers>
229 <ref component-id="connectPointCompleter"/>
230 <ref component-id="connectPointCompleter"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700231 </completers>
232 </command>
233 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800234 <action class="org.onosproject.cli.net.ResourceAvailableCommand"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700235 <completers>
236 <ref component-id="connectPointCompleter"/>
237 <ref component-id="connectPointCompleter"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700238 </completers>
239 </command>
Brian O'Connor66630c82014-10-02 21:08:19 -0700240 <command>
Ayaka Koshibe4699b292015-04-28 14:33:10 -0700241 <action class="org.onosproject.cli.net.LinkResourceTestCommand"/>
242 <completers>
243 <ref component-id="connectPointCompleter"/>
244 <ref component-id="connectPointCompleter"/>
245 <null/>
246 </completers>
247 </command>
248 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800249 <action class="org.onosproject.cli.net.ClustersListCommand"/>
tom13cb4852014-09-11 12:44:17 -0700250 </command>
251 <command>
Jonathan Hart054da972015-02-18 17:30:28 -0800252 <action class="org.onosproject.cli.net.PartitionsListCommand"/>
253 </command>
254 <command>
Madan Jampania89f8f92015-04-01 14:39:54 -0700255 <action class="org.onosproject.cli.net.MapsListCommand"/>
256 </command>
257 <command>
Madan Jampanib5d72d52015-04-03 16:53:50 -0700258 <action class="org.onosproject.cli.net.CountersListCommand"/>
259 </command>
260 <command>
Madan Jampanibff6d8f2015-03-31 16:53:47 -0700261 <action class="org.onosproject.cli.net.TransactionsCommand"/>
262 </command>
263 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800264 <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
tom13cb4852014-09-11 12:44:17 -0700265 <completers>
266 <ref component-id="clusterIdCompleter"/>
267 </completers>
268 </command>
269 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800270 <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
tom13cb4852014-09-11 12:44:17 -0700271 <completers>
272 <ref component-id="clusterIdCompleter"/>
273 </completers>
274 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700275
276 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800277 <action class="org.onosproject.cli.net.HostsListCommand"/>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700278 </command>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700279 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800280 <action class="org.onosproject.cli.net.HostRemoveCommand"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800281 <completers>
282 <ref component-id="hostIdCompleter"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800283 </completers>
284 </command>
285 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800286 <action class="org.onosproject.cli.net.AddressBindingsListCommand"/>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700287 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700288
tom89b63c52014-09-16 09:19:51 -0700289 <command>
Jonathan Hart32600692015-03-09 10:38:40 -0700290 <action class="org.onosproject.cli.net.GroupsListCommand"/>
291 </command>
292
293 <command>
sangho538108b2015-04-08 14:29:20 -0700294 <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
295 </command>
296
297 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800298 <action class="org.onosproject.cli.net.FlowsListCommand"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700299 <completers>
alshabib144a2942014-09-25 18:44:02 -0700300 <ref component-id="flowRuleStatusCompleter"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700301 <ref component-id="deviceIdCompleter"/>
302 </completers>
tom1380eee2014-09-24 09:22:02 -0700303 </command>
304
305 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800306 <action class="org.onosproject.cli.net.AddFlowsCommand"/>
alshabib5afcbd72014-10-30 16:28:40 +0100307 </command>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800308 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800309 <action class="org.onosproject.cli.net.LeaderCommand"/>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800310 </command>
alshabib5afcbd72014-10-30 16:28:40 +0100311
312 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800313 <action class="org.onosproject.cli.net.WipeOutCommand"/>
tom89b63c52014-09-16 09:19:51 -0700314 </command>
Michele Santuari4b6019e2014-12-19 11:31:45 +0100315 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800316 <action class="org.onosproject.cli.net.AddMplsIntent"/>
317 <completers>
318 <ref component-id="connectPointCompleter"/>
Ray Milkey2a6e4452015-04-08 09:59:20 -0700319 <ref component-id="connectPointCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800320 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700321 <optional-completers>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800322 <entry key="-t" value-ref="ethTypeCompleter"/>
323 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
324 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
325 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
326 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700327 <entry key="-a" value-ref="allAppNameCompleter"/>
328 </optional-completers>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800329 </command>
jccde3e92e2015-03-28 01:40:44 -0700330
331 <command>
332 <action class="org.onosproject.cli.net.GetGlobalLabelResourceCommand"/>
333 </command>
334 <command>
335 <action class="org.onosproject.cli.net.GetLabelResourceCommand"/>
336 </command>
337 <command>
338 <action class="org.onosproject.cli.net.CreateGlobalLabelResourcePoolCommand"/>
339 </command>
340 <command>
341 <action class="org.onosproject.cli.net.CreateLabelResourcePoolCommand"/>
342 </command>
343 <command>
344 <action class="org.onosproject.cli.net.DestroyGlobalLabelResourcePoolCommand"/>
345 </command>
346 <command>
347 <action class="org.onosproject.cli.net.DestroyGlobalLabelResourcePoolCommand"/>
348 </command>
349 <command>
350 <action class="org.onosproject.cli.net.ReleaseGlobalLabelResourceCommand"/>
351 </command>
352 <command>
353 <action class="org.onosproject.cli.net.ReleaseLabelResourceCommand"/>
354 </command>
355 <command>
356 <action class="org.onosproject.cli.net.ApplyGlobalLabelResourceCommand"/>
357 </command>
358 <command>
359 <action class="org.onosproject.cli.net.ApplyLabelResourceCommand"/>
360 </command>
tom0eb04ca2014-08-25 14:34:51 -0700361 </command-bundle>
362
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800363 <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800364 <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700365 <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700366 <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
Thomas Vachuska6d697f12015-03-08 20:59:50 -0700367 <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
368 <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -0700369 <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800370 <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
371 <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
372 <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
373 <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
374 <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
375 <bean id="intentIdCompleter" class="org.onosproject.cli.net.IntentIdCompleter"/>
376 <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
377 <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700378 <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800379 <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
380 <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700381 <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800382 <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
383 <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
384 <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
tom6d2a43e2014-09-08 01:50:20 -0700385
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700386 <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
387 <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
388
tom0eb04ca2014-08-25 14:34:51 -0700389</blueprint>