This file is indexed.

/usr/share/doc/libfelix-gogo-runtime-java/api/index-all.html is in libfelix-gogo-runtime-java-doc 0.16.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Wed May 06 15:29:32 UTC 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Apache Felix Gogo Runtime 0.16.2 API)</title>
<meta name="date" content="2015-05-06">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Apache Felix Gogo Runtime 0.16.2 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator"><span class="strong">Activator</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/activator/package-summary.html">org.apache.felix.gogo.runtime.activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#Activator()">Activator()</a></span> - Constructor for class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addCommand(java.lang.String,%20java.lang.Object)">addCommand(String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addCommand(java.lang.String,%20java.lang.Object,%20java.lang.Class)">addCommand(String, Object, Class&lt;?&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addCommand(java.lang.String,%20java.lang.Object,%20java.lang.Class,%20int)">addCommand(String, Object, Class&lt;?&gt;, int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addCommand(java.lang.String,%20java.lang.Object,%20java.lang.String)">addCommand(String, Object, String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addCommand(java.lang.String,%20java.lang.Object,%20java.lang.String,%20int)">addCommand(String, Object, String, int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addConstant(java.lang.String,%20java.lang.Object)">addConstant(String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#addConstant(java.lang.String,%20java.lang.Object)">addConstant(String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Sets a constant value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addConverter(org.apache.felix.service.command.Converter)">addConverter(Converter)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#addFunction(org.apache.felix.gogo.runtime.Expression.Function)">addFunction(Expression.Function)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Adds a function to the list of supported functions</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#addListener(org.apache.felix.gogo.api.CommandSessionListener)">addListener(CommandSessionListener)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#addOperator(org.apache.felix.gogo.runtime.Expression.Operator)">addOperator(Expression.Operator)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Adds an operator to the list of supported operators.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/api/CommandSessionListener.html#afterExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence,%20java.lang.Exception)">afterExecute(CommandSession, CharSequence, Exception)</a></span> - Method in interface org.apache.felix.gogo.api.<a href="./org/apache/felix/gogo/api/CommandSessionListener.html" title="interface in org.apache.felix.gogo.api">CommandSessionListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/api/CommandSessionListener.html#afterExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence,%20java.lang.Object)">afterExecute(CommandSession, CharSequence, Object)</a></span> - Method in interface org.apache.felix.gogo.api.<a href="./org/apache/felix/gogo/api/CommandSessionListener.html" title="interface in org.apache.felix.gogo.api">CommandSessionListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html#afterExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence,%20java.lang.Exception)">afterExecute(CommandSession, CharSequence, Exception)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html" title="class in org.apache.felix.gogo.runtime.activator">EventAdminListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html#afterExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence,%20java.lang.Object)">afterExecute(CommandSession, CharSequence, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html" title="class in org.apache.felix.gogo.runtime.activator">EventAdminListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#append(java.lang.CharSequence)">append(CharSequence)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#append(java.lang.CharSequence,%20int,%20int)">append(CharSequence, int, int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#append(char)">append(char)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Parser.html#array(java.util.List,%20java.util.Map)">array(List&lt;Token&gt;, Map&lt;Token, Token&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Parser.html" title="class in org.apache.felix.gogo.runtime">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#available()">available()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/api/CommandSessionListener.html#beforeExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence)">beforeExecute(CommandSession, CharSequence)</a></span> - Method in interface org.apache.felix.gogo.api.<a href="./org/apache/felix/gogo/api/CommandSessionListener.html" title="interface in org.apache.felix.gogo.api">CommandSessionListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html#beforeExecute(org.apache.felix.service.command.CommandSession,%20java.lang.CharSequence)">beforeExecute(CommandSession, CharSequence)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html" title="class in org.apache.felix.gogo.runtime.activator">EventAdminListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#charAt(int)">charAt(int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#checkError()">checkError()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#clearError()">clearError()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#close()">close()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#close()">close()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html#close()">close()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadIOImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#close()">close()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#close()">close()</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Close this command session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/threadio/ThreadIO.html#close()">close()</a></span> - Method in interface org.apache.felix.service.threadio.<a href="./org/apache/felix/service/threadio/ThreadIO.html" title="interface in org.apache.felix.service.threadio">ThreadIO</a></dt>
<dd>
<div class="block">Cancel the streams associated with the current thread.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Closure</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#Closure(org.apache.felix.gogo.runtime.CommandSessionImpl,%20org.apache.felix.gogo.runtime.Closure,%20java.lang.CharSequence)">Closure(CommandSessionImpl, Closure, CharSequence)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/SyntaxError.html#column()">column()</a></span> - Method in exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/SyntaxError.html" title="class in org.apache.felix.gogo.runtime">SyntaxError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandProcessor.html#COMMAND_FUNCTION">COMMAND_FUNCTION</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandProcessor.html" title="interface in org.apache.felix.service.command">CommandProcessor</a></dt>
<dd>
<div class="block">A list of method names that may be called for this command provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandProcessor.html#COMMAND_SCOPE">COMMAND_SCOPE</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandProcessor.html" title="interface in org.apache.felix.service.command">CommandProcessor</a></dt>
<dd>
<div class="block">The scope of commands provided by this service.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/CommandNotFoundException.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">CommandNotFoundException</span></a> - Exception in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">Thrown if an unknown command is entered into a shell or passed on the command line</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandNotFoundException.html#CommandNotFoundException(java.lang.String)">CommandNotFoundException(String)</a></span> - Constructor for exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandNotFoundException.html" title="class in org.apache.felix.gogo.runtime">CommandNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/service/command/CommandProcessor.html" title="interface in org.apache.felix.service.command"><span class="strong">CommandProcessor</span></a> - Interface in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>
<div class="block">A command shell can create and maintain a number of command sessions.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">CommandProcessorImpl</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#CommandProcessorImpl(org.apache.felix.service.threadio.ThreadIO)">CommandProcessorImpl(ThreadIO)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">CommandProxy</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProxy.html#CommandProxy(org.osgi.framework.BundleContext,%20org.osgi.framework.ServiceReference,%20java.lang.String)">CommandProxy(BundleContext, ServiceReference, String)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime">CommandProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProxy.html#CommandProxy(java.lang.Object,%20java.lang.String)">CommandProxy(Object, String)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime">CommandProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#commands">commands</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#COMMANDS">COMMANDS</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command"><span class="strong">CommandSession</span></a> - Interface in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">CommandSessionImpl</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#CommandSessionImpl(org.apache.felix.gogo.runtime.CommandProcessorImpl,%20java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream)">CommandSessionImpl(CommandProcessorImpl, InputStream, PrintStream, PrintStream)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/api/CommandSessionListener.html" title="interface in org.apache.felix.gogo.api"><span class="strong">CommandSessionListener</span></a> - Interface in <a href="./org/apache/felix/gogo/api/package-summary.html">org.apache.felix.gogo.api</a></dt>
<dd>
<div class="block">Listener for command executions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html#compare(java.lang.Comparable,%20java.lang.Comparable)">compare(Comparable, Comparable)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html" title="class in org.apache.felix.gogo.runtime">Expression.Comparator</a></dt>
<dd>
<div class="block">This method actually implements the comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#connect(org.apache.felix.gogo.runtime.Pipe)">connect(Pipe)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#constants">constants</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#CONTEXT">CONTEXT</a></span> - Static variable in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#convert(java.lang.Class,%20java.lang.Object)">convert(Class&lt;?&gt;, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#convert(java.lang.Class,%20java.lang.Object)">convert(Class&lt;?&gt;, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#convert(java.lang.Class,%20java.lang.Object)">convert(Class&lt;?&gt;, Object)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Convert an object to another type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#convert(java.lang.Class,%20java.lang.Object)">convert(Class&lt;?&gt;, Object)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">Convert an object to the desired type.</div>
</dd>
<dt><a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command"><span class="strong">Converter</span></a> - Interface in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>
<div class="block">A converter is a service that can help create specific object types from a
 string, and vice versa.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#CONVERTER_CLASSES">CONVERTER_CLASSES</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">This property is a string, or array of strings, and defines the classes
 or interfaces that this converter recognizes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#converters">converters</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#createSession(java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream)">createSession(InputStream, PrintStream, PrintStream)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandProcessor.html#createSession(java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream)">createSession(InputStream, PrintStream, PrintStream)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandProcessor.html" title="interface in org.apache.felix.service.command">CommandProcessor</a></dt>
<dd>
<div class="block">Create a new command session associated with IO streams.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./org/apache/felix/service/command/Descriptor.html" title="annotation in org.apache.felix.service.command"><span class="strong">Descriptor</span></a> - Annotation Type in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="./org/apache/felix/gogo/runtime/EOFError.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">EOFError</span></a> - Exception in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/EOFError.html#EOFError(int,%20int,%20java.lang.String)">EOFError(int, int, String)</a></span> - Constructor for exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/EOFError.html" title="class in org.apache.felix.gogo.runtime">EOFError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#eval(org.apache.felix.gogo.runtime.Token)">eval(Token)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#eval(org.apache.felix.service.command.CommandSession,%20java.lang.Object[])">eval(CommandSession, Object[])</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Evaluate.html#eval(org.apache.felix.gogo.runtime.Token)">eval(Token)</a></span> - Method in interface org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Evaluate.html" title="interface in org.apache.felix.gogo.runtime">Evaluate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Assignment.html#eval(java.util.Map,%20java.lang.Object,%20java.lang.Object)">eval(Map&lt;String, Object&gt;, Object, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Assignment.html" title="class in org.apache.felix.gogo.runtime">Expression.Assignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html#eval(java.math.BigDecimal,%20java.math.BigDecimal)">eval(BigDecimal, BigDecimal)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html" title="class in org.apache.felix.gogo.runtime">Expression.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html#eval(java.lang.String,%20java.lang.String)">eval(String, String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html" title="class in org.apache.felix.gogo.runtime">Expression.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#eval()">eval()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Evaluates the expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#eval(java.util.Map)">eval(Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Evaluates the expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#eval(java.util.Map,%20java.util.List)">eval(Map&lt;String, Object&gt;, List&lt;Object&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#eval(java.util.List)">eval(List&lt;BigDecimal&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>
<div class="block">Implementation for this function.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#eval(java.util.Map,%20java.lang.Object,%20java.lang.Object)">eval(Map&lt;String, Object&gt;, Object, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#eval(java.lang.String,%20java.lang.String)">eval(String, String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#eval(java.math.BigDecimal,%20java.math.BigDecimal)">eval(BigDecimal, BigDecimal)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>
<div class="block">Implementation for this operator.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Evaluate.html" title="interface in org.apache.felix.gogo.runtime"><span class="strong">Evaluate</span></a> - Interface in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html" title="class in org.apache.felix.gogo.runtime.activator"><span class="strong">EventAdminListener</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/activator/package-summary.html">org.apache.felix.gogo.runtime.activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html#EventAdminListener(org.osgi.framework.BundleContext)">EventAdminListener(BundleContext)</a></span> - Constructor for class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/EventAdminListener.html" title="class in org.apache.felix.gogo.runtime.activator">EventAdminListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#execute(org.apache.felix.service.command.CommandSession,%20java.util.List)">execute(CommandSession, List&lt;Object&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProxy.html#execute(org.apache.felix.service.command.CommandSession,%20java.util.List)">execute(CommandSession, List&lt;Object&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime">CommandProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#execute(java.lang.CharSequence)">execute(CharSequence)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#execute(java.lang.CharSequence)">execute(CharSequence)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Execute a program in this session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Function.html#execute(org.apache.felix.service.command.CommandSession,%20java.util.List)">execute(CommandSession, List&lt;Object&gt;)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Function.html" title="interface in org.apache.felix.service.command">Function</a></dt>
<dd>
<div class="block">Execute this function and return the result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#executeStatement(java.util.List)">executeStatement(List&lt;Token&gt;)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#expand(java.lang.CharSequence,%20org.apache.felix.gogo.runtime.Evaluate)">expand(CharSequence, Evaluate)</a></span> - Static method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>
<div class="block">expand variables, quotes and escapes in word.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#expand(java.lang.CharSequence,%20short,%20short)">expand(CharSequence, short, short)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#expr(org.apache.felix.gogo.runtime.CommandSessionImpl,%20java.lang.CharSequence)">expr(CommandSessionImpl, CharSequence)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#expr(java.lang.CharSequence)">expr(CharSequence)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">EvalEx - Java Expression Evaluator</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#Expression(java.lang.String)">Expression(String)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Creates a new expression instance from an expression string.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Assignment.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Assignment</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">Marker class for assignment operators.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Assignment.html#Expression.Assignment(java.lang.String,%20int)">Expression.Assignment(String, int)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Assignment.html" title="class in org.apache.felix.gogo.runtime">Expression.Assignment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Comma.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Comma</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Comma.html#Expression.Comma()">Expression.Comma()</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Comma.html" title="class in org.apache.felix.gogo.runtime">Expression.Comma</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Comparator</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html#Expression.Comparator(java.lang.String,%20int)">Expression.Comparator(String, int)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Comparator.html" title="class in org.apache.felix.gogo.runtime">Expression.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Constant.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Constant</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Constant.html#Expression.Constant(java.lang.Object)">Expression.Constant(Object)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Constant.html" title="class in org.apache.felix.gogo.runtime">Expression.Constant</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.ExpressionException.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.ExpressionException</span></a> - Exception in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">The expression evaluators exception class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.ExpressionException.html#Expression.ExpressionException(java.lang.String)">Expression.ExpressionException(String)</a></span> - Constructor for exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.ExpressionException.html" title="class in org.apache.felix.gogo.runtime">Expression.ExpressionException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Function</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">Abstract definition of a supported expression function.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#Expression.Function(java.lang.String,%20int)">Expression.Function(String, int)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>
<div class="block">Creates a new function with given name and parameter count.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.LeftParen.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.LeftParen</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.LeftParen.html#Expression.LeftParen()">Expression.LeftParen()</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.LeftParen.html" title="class in org.apache.felix.gogo.runtime">Expression.LeftParen</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Operator</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">Abstract definition of a supported operator.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#Expression.Operator(java.lang.String,%20int,%20boolean)">Expression.Operator(String, int, boolean)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>
<div class="block">Creates a new operator.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Expression.Variable.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Expression.Variable</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Variable.html#Expression.Variable(java.lang.String)">Expression.Variable(String)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Variable.html" title="class in org.apache.felix.gogo.runtime">Expression.Variable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#flush()">flush()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#format(java.lang.Object,%20int,%20org.apache.felix.service.command.Converter)">format(Object, int, Converter)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#format(java.lang.Object,%20int)">format(Object, int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#format(java.lang.String,%20java.lang.Object...)">format(String, Object...)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#format(java.util.Locale,%20java.lang.String,%20java.lang.Object...)">format(Locale, String, Object...)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#format(java.lang.Object,%20int)">format(Object, int)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Convert an object to string form (CharSequence).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#format(java.lang.Object,%20int,%20org.apache.felix.service.command.Converter)">format(Object, int, Converter)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">Convert an objet to a CharSequence object in the requested format.</div>
</dd>
<dt><a href="./org/apache/felix/service/command/Function.html" title="interface in org.apache.felix.service.command"><span class="strong">Function</span></a> - Interface in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>
<div class="block">A Function is a a block of code that can be executed with a set of arguments,
 it returns the result object of executing the script.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Evaluate.html#get(java.lang.String)">get(String)</a></span> - Method in interface org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Evaluate.html" title="interface in org.apache.felix.gogo.runtime">Evaluate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#get(java.lang.String)">get(String)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Get the value of a variable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandNotFoundException.html#getCommand()">getCommand()</a></span> - Method in exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandNotFoundException.html" title="class in org.apache.felix.gogo.runtime">CommandNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#getCommands()">getCommands()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#getConsole()">getConsole()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#getConsole()">getConsole()</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Return the PrintStream for the console.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#getCurrent()">getCurrent()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/Marker.html#getErr()">getErr()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/Marker.html" title="class in org.apache.felix.gogo.runtime.threadio">Marker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#getExpressionTokenizer()">getExpressionTokenizer()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Get an iterator for this expression, allows iterating over an expression
 token by token.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/Marker.html#getIn()">getIn()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/Marker.html" title="class in org.apache.felix.gogo.runtime.threadio">Marker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#getKeyboard()">getKeyboard()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#getKeyboard()">getKeyboard()</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Return the input stream that is the first of the pipeline.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#getName()">getName()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Variable.html#getName()">getName()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Variable.html" title="class in org.apache.felix.gogo.runtime">Expression.Variable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#getNumParams()">getNumParams()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#getOper()">getOper()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/Marker.html#getOut()">getOut()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/Marker.html" title="class in org.apache.felix.gogo.runtime.threadio">Marker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#getPrecedence()">getPrecedence()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#getRoot()">getRoot()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>
<div class="block">Access to the root stream through reflection</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#getRoot()">getRoot()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>
<div class="block">Access to the root stream through reflection</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProxy.html#getTarget()">getTarget()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime">CommandProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Constant.html#getValue()">getValue()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Constant.html" title="class in org.apache.felix.gogo.runtime">Expression.Constant</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#in">in</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#INSPECT">INSPECT</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">Print the object in detail.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Reflective.html#invoke(org.apache.felix.service.command.CommandSession,%20java.lang.Object,%20java.lang.String,%20java.util.List)">invoke(CommandSession, Object, String, List&lt;Object&gt;)</a></span> - Static method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime">Reflective</a></dt>
<dd>
<div class="block">invokes the named method on the given target using the supplied args,
 which are converted if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#isLeftAssoc()">isLeftAssoc()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Reflective.html#KEYWORDS">KEYWORDS</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime">Reflective</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#length()">length()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/SyntaxError.html#line()">line()</a></span> - Method in exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/SyntaxError.html" title="class in org.apache.felix.gogo.runtime">SyntaxError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#LINE">LINE</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">Print the object as a row in a table.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#listeners">listeners</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#LOCATION">LOCATION</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Reflective.html#MAIN">MAIN</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime">Reflective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#mark()">mark()</a></span> - Static method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#mark(int)">mark(int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/threadio/Marker.html" title="class in org.apache.felix.gogo.runtime.threadio"><span class="strong">Marker</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/threadio/package-summary.html">org.apache.felix.gogo.runtime.threadio</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/Marker.html#Marker(java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream,%20org.apache.felix.gogo.runtime.threadio.Marker)">Marker(InputStream, PrintStream, PrintStream, Marker)</a></span> - Constructor for class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/Marker.html" title="class in org.apache.felix.gogo.runtime.threadio">Marker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#markSupported()">markSupported()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#newProcessor(org.apache.felix.service.threadio.ThreadIO,%20org.osgi.framework.BundleContext)">newProcessor(ThreadIO, BundleContext)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#next()">next()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Reflective.html#NO_MATCH">NO_MATCH</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime">Reflective</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/felix/gogo/api/package-summary.html">org.apache.felix.gogo.api</a> - package org.apache.felix.gogo.api</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a> - package org.apache.felix.gogo.runtime</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/activator/package-summary.html">org.apache.felix.gogo.runtime.activator</a> - package org.apache.felix.gogo.runtime.activator</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/threadio/package-summary.html">org.apache.felix.gogo.runtime.threadio</a> - package org.apache.felix.gogo.runtime.threadio</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a> - package org.apache.felix.service.command</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/service/threadio/package-summary.html">org.apache.felix.service.threadio</a> - package org.apache.felix.service.threadio</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#out">out</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./org/apache/felix/service/command/Parameter.html" title="annotation in org.apache.felix.service.command"><span class="strong">Parameter</span></a> - Annotation Type in <a href="./org/apache/felix/service/command/package-summary.html">org.apache.felix.service.command</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Parser.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Parser</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Parser.html#Parser(java.lang.CharSequence)">Parser(CharSequence)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Parser.html" title="class in org.apache.felix.gogo.runtime">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Converter.html#PART">PART</a></span> - Static variable in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Converter.html" title="interface in org.apache.felix.service.command">Converter</a></dt>
<dd>
<div class="block">Print the value in a small format so that it is identifiable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#PI">PI</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Definition of PI as a constant, can be used in expressions as variable.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Pipe</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#Pipe(org.apache.felix.gogo.runtime.Closure,%20java.util.List)">Pipe(Closure, List&lt;Token&gt;)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(boolean)">print(boolean)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(char)">print(char)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(int)">print(int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(long)">print(long)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(float)">print(float)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(double)">print(double)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(char[])">print(char[])</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(java.lang.String)">print(String)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#print(java.lang.Object)">print(Object)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#printf(java.lang.String,%20java.lang.Object...)">printf(String, Object...)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#printf(java.util.Locale,%20java.lang.String,%20java.lang.Object...)">printf(Locale, String, Object...)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println()">println()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(boolean)">println(boolean)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(char)">println(char)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(int)">println(int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(long)">println(long)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(float)">println(float)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(double)">println(double)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(char[])">println(char[])</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(java.lang.String)">println(String)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#println(java.lang.Object)">println(Object)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#processor">processor</a></span> - Variable in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Parser.html#program()">program()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Parser.html" title="class in org.apache.felix.gogo.runtime">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#put(java.lang.String,%20java.lang.Object)">put(String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#put(java.lang.String,%20java.lang.Object)">put(String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Evaluate.html#put(java.lang.String,%20java.lang.Object)">put(String, Object)</a></span> - Method in interface org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Evaluate.html" title="interface in org.apache.felix.gogo.runtime">Evaluate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/CommandSession.html#put(java.lang.String,%20java.lang.Object)">put(String, Object)</a></span> - Method in interface org.apache.felix.service.command.<a href="./org/apache/felix/service/command/CommandSession.html" title="interface in org.apache.felix.service.command">CommandSession</a></dt>
<dd>
<div class="block">Set the value of a variable.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#read()">read()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Reflective</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Reflective.html#Reflective()">Reflective()</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Reflective.html" title="class in org.apache.felix.gogo.runtime">Reflective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeCommand(java.lang.String,%20java.lang.String)">removeCommand(String, String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeCommand(java.lang.String,%20java.lang.String,%20java.lang.Object)">removeCommand(String, String, Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeCommand(java.lang.Object)">removeCommand(Object)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeConstant(java.lang.String)">removeConstant(String)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeConverter(org.apache.felix.service.command.Converter)">removeConverter(Converter)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#removeListener(org.apache.felix.gogo.api.CommandSessionListener)">removeListener(CommandSessionListener)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#reset(java.lang.Object[])">reset(Object[])</a></span> - Static method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#reset()">reset()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#run()">run()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#session()">session()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#SESSION_CLOSED">SESSION_CLOSED</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#sessions">sessions</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#setErr(java.io.PrintStream)">setErr(PrintStream)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#setError()">setError()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#setIn(java.io.InputStream)">setIn(InputStream)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#setOut(java.io.PrintStream)">setOut(PrintStream)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#setPrecision(int)">setPrecision(int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Sets the precision for expression evaluation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#setRoundingMode(java.math.RoundingMode)">setRoundingMode(RoundingMode)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Sets the rounding mode for expression evaluation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html#setStreams(java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream)">setStreams(InputStream, PrintStream, PrintStream)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadIOImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/threadio/ThreadIO.html#setStreams(java.io.InputStream,%20java.io.PrintStream,%20java.io.PrintStream)">setStreams(InputStream, PrintStream, PrintStream)</a></span> - Method in interface org.apache.felix.service.threadio.<a href="./org/apache/felix/service/threadio/ThreadIO.html" title="interface in org.apache.felix.service.threadio">ThreadIO</a></dt>
<dd>
<div class="block">Associate this streams with the current thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#source()">source()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#start(org.osgi.framework.BundleContext)">start(BundleContext)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html#start()">start()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadIOImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/activator/Activator.html#stop(org.osgi.framework.BundleContext)">stop(BundleContext)</a></span> - Method in class org.apache.felix.gogo.runtime.activator.<a href="./org/apache/felix/gogo/runtime/activator/Activator.html" title="class in org.apache.felix.gogo.runtime.activator">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#stop()">stop()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html#stop()">stop()</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadIOImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#stopped">stopped</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#subSequence(int,%20int)">subSequence(int, int)</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/SyntaxError.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">SyntaxError</span></a> - Exception in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/SyntaxError.html#SyntaxError(int,%20int,%20java.lang.String)">SyntaxError(int, int, String)</a></span> - Constructor for exception org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/SyntaxError.html" title="class in org.apache.felix.gogo.runtime">SyntaxError</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio"><span class="strong">ThreadInputStream</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/threadio/package-summary.html">org.apache.felix.gogo.runtime.threadio</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html#ThreadInputStream(org.apache.felix.gogo.runtime.threadio.ThreadIOImpl,%20java.io.InputStream)">ThreadInputStream(ThreadIOImpl, InputStream)</a></span> - Constructor for class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadInputStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html#threadIO">threadIO</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProcessorImpl.html" title="class in org.apache.felix.gogo.runtime">CommandProcessorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/service/threadio/ThreadIO.html" title="interface in org.apache.felix.service.threadio"><span class="strong">ThreadIO</span></a> - Interface in <a href="./org/apache/felix/service/threadio/package-summary.html">org.apache.felix.service.threadio</a></dt>
<dd>
<div class="block">Enable multiplexing of the standard IO streams for input, output, and error.</div>
</dd>
<dt><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio"><span class="strong">ThreadIOImpl</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/threadio/package-summary.html">org.apache.felix.gogo.runtime.threadio</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html#ThreadIOImpl()">ThreadIOImpl()</a></span> - Constructor for class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadIOImpl.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadIOImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio"><span class="strong">ThreadPrintStream</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/threadio/package-summary.html">org.apache.felix.gogo.runtime.threadio</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#ThreadPrintStream(org.apache.felix.gogo.runtime.threadio.ThreadIOImpl,%20java.io.PrintStream,%20boolean)">ThreadPrintStream(ThreadIOImpl, PrintStream, boolean)</a></span> - Constructor for class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Token</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#Token(org.apache.felix.gogo.runtime.Tokenizer.Type,%20java.lang.CharSequence,%20short,%20short)">Token(Tokenizer.Type, CharSequence, short, short)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#token()">token()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime"><span class="strong">Tokenizer</span></a> - Class in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>
<div class="block">Bash-like tokenizer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#Tokenizer(java.lang.CharSequence)">Tokenizer(CharSequence)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#Tokenizer(java.lang.CharSequence,%20org.apache.felix.gogo.runtime.Evaluate,%20boolean)">Tokenizer(CharSequence, Evaluate, boolean)</a></span> - Constructor for class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html" title="enum in org.apache.felix.gogo.runtime"><span class="strong">Tokenizer.Type</span></a> - Enum in <a href="./org/apache/felix/gogo/runtime/package-summary.html">org.apache.felix.gogo.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.html#toRPN()">toRPN()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.html" title="class in org.apache.felix.gogo.runtime">Expression</a></dt>
<dd>
<div class="block">Get a string representation of the RPN (Reverse Polish Notation) for this
 expression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Closure.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Closure.html" title="class in org.apache.felix.gogo.runtime">Closure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Function.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Function.html" title="class in org.apache.felix.gogo.runtime">Expression.Function</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.LeftParen.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.LeftParen.html" title="class in org.apache.felix.gogo.runtime">Expression.LeftParen</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Operator.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Operator.html" title="class in org.apache.felix.gogo.runtime">Expression.Operator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Expression.Variable.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Expression.Variable.html" title="class in org.apache.felix.gogo.runtime">Expression.Variable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Pipe.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Pipe.html" title="class in org.apache.felix.gogo.runtime">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Token.html#toString()">toString()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Token.html" title="class in org.apache.felix.gogo.runtime">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html#toString()">toString()</a></span> - Method in enum org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html" title="enum in org.apache.felix.gogo.runtime">Tokenizer.Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#type()">type()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandProxy.html#ungetTarget()">ungetTarget()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandProxy.html" title="class in org.apache.felix.gogo.runtime">CommandProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/service/command/Parameter.html#UNSPECIFIED">UNSPECIFIED</a></span> - Static variable in annotation type org.apache.felix.service.command.<a href="./org/apache/felix/service/command/Parameter.html" title="annotation in org.apache.felix.service.command">Parameter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.html#value()">value()</a></span> - Method in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.html" title="class in org.apache.felix.gogo.runtime">Tokenizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html" title="enum in org.apache.felix.gogo.runtime">Tokenizer.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html#values()">values()</a></span> - Static method in enum org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/Tokenizer.Type.html" title="enum in org.apache.felix.gogo.runtime">Tokenizer.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#VARIABLES">VARIABLES</a></span> - Static variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html#variables">variables</a></span> - Variable in class org.apache.felix.gogo.runtime.<a href="./org/apache/felix/gogo/runtime/CommandSessionImpl.html" title="class in org.apache.felix.gogo.runtime">CommandSessionImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#write(int)">write(int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html#write(byte[])">write(byte[])</a></span> - Method in class org.apache.felix.gogo.runtime.threadio.<a href="./org/apache/felix/gogo/runtime/threadio/ThreadPrintStream.html" title="class in org.apache.felix.gogo.runtime.threadio">ThreadPrintStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
</body>
</html>