summaryrefslogtreecommitdiffstats
path: root/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/util/FileHelper.html
blob: da98549b4e73321b8b86aac24afa876b700cda84 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_11) on Tue Jan 27 20:37:53 CST 2009 -->
<TITLE>
FileHelper
</TITLE>

<META NAME="date" CONTENT="2009-01-27">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="FileHelper";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.RegExpFilter.html" title="class in org.apache.tuscany.sca.contribution.service.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../../../index.html?org/apache/tuscany/sca/contribution/service/util/FileHelper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="FileHelper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.tuscany.sca.contribution.service.util</FONT>
<BR>
Class FileHelper</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tuscany.sca.contribution.service.util.FileHelper</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>FileHelper</B><DT>extends java.lang.Object</DL>
</PRE>

<P>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->

<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.RegExpFilter.html" title="class in org.apache.tuscany.sca.contribution.service.util">FileHelper.RegExpFilter</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A regular-expression based resource filter</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#FileHelper()">FileHelper</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#cleanDirectory(java.io.File)">cleanDirectory</A></B>(java.io.File&nbsp;directory)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clean a directory without deleting it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyDirectory(java.io.File, java.io.File)">copyDirectory</A></B>(java.io.File&nbsp;srcDir,
              java.io.File&nbsp;destDir)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a whole directory to a new location preserving the file dates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyDirectory(java.io.File, java.io.File, boolean)">copyDirectory</A></B>(java.io.File&nbsp;srcDir,
              java.io.File&nbsp;destDir,
              boolean&nbsp;preserveFileDate)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a whole directory to a new location.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyDirectoryToDirectory(java.io.File, java.io.File)">copyDirectoryToDirectory</A></B>(java.io.File&nbsp;srcDir,
                         java.io.File&nbsp;destDir)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a directory to within another directory preserving the file dates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFile(java.io.File, java.io.File)">copyFile</A></B>(java.io.File&nbsp;srcFile,
         java.io.File&nbsp;destFile)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a file to a new location preserving the file date.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFile(java.io.File, java.io.File, boolean)">copyFile</A></B>(java.io.File&nbsp;srcFile,
         java.io.File&nbsp;destFile,
         boolean&nbsp;preserveFileDate)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a file to a new location.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFileToDirectory(java.io.File, java.io.File)">copyFileToDirectory</A></B>(java.io.File&nbsp;srcFile,
                    java.io.File&nbsp;destDir)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a file to a directory preserving the file date.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFileToDirectory(java.io.File, java.io.File, boolean)">copyFileToDirectory</A></B>(java.io.File&nbsp;srcFile,
                    java.io.File&nbsp;destDir,
                    boolean&nbsp;preserveFileDate)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies a file to a directory optionally preserving the file date.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#deleteDirectory(java.io.File)">deleteDirectory</A></B>(java.io.File&nbsp;directory)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recursively delete a directory.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#forceDelete(java.io.File)">forceDelete</A></B>(java.io.File&nbsp;file)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete a file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#forceDeleteOnExit(java.io.File)">forceDeleteOnExit</A></B>(java.io.File&nbsp;file)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Schedule a file to be deleted when JVM exits.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#forceMkdir(java.io.File)">forceMkdir</A></B>(java.io.File&nbsp;directory)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make a directory, including any necessary but nonexistent parent
 directories.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#getExtension(java.lang.String)">getExtension</A></B>(java.lang.String&nbsp;filename)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the extension of a filename.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.io.FileFilter</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#getFileFilter(java.lang.String, boolean)">getFileFilter</A></B>(java.lang.String&nbsp;regExp,
              boolean&nbsp;ignoreCase)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#getName(java.lang.String)">getName</A></B>(java.lang.String&nbsp;fileName)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the name minus the path from a full filename.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#indexOfExtension(java.lang.String)">indexOfExtension</A></B>(java.lang.String&nbsp;filename)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the last extension separator character, which is a
 dot.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#indexOfLastSeparator(java.lang.String)">indexOfLastSeparator</A></B>(java.lang.String&nbsp;filename)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the last directory separator character.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.io.File</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#toFile(java.net.URL)">toFile</A></B>(java.net.URL&nbsp;url)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert from a <code>URL</code> to a <code>File</code>.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="FileHelper()"><!-- --></A><H3>
FileHelper</H3>
<PRE>
public <B>FileHelper</B>()</PRE>
<DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="indexOfLastSeparator(java.lang.String)"><!-- --></A><H3>
indexOfLastSeparator</H3>
<PRE>
public static int <B>indexOfLastSeparator</B>(java.lang.String&nbsp;filename)</PRE>
<DL>
<DD>Returns the index of the last directory separator character.
 <p>
 This method will handle a file in either Unix or Windows format. The
 position of the last forward or backslash is returned.
 <p>
 The output will be the same irrespective of the machine that the code is
 running on.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - the filename to find the last path separator in, null
            returns -1
<DT><B>Returns:</B><DD>the index of the last separator character, or -1 if there is no
         such character</DL>
</DD>
</DL>
<HR>

<A NAME="indexOfExtension(java.lang.String)"><!-- --></A><H3>
indexOfExtension</H3>
<PRE>
public static int <B>indexOfExtension</B>(java.lang.String&nbsp;filename)</PRE>
<DL>
<DD>Returns the index of the last extension separator character, which is a
 dot.
 <p>
 This method also checks that there is no directory separator after the
 last dot. To do this it uses <A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#indexOfLastSeparator(java.lang.String)"><CODE>indexOfLastSeparator(String)</CODE></A> which
 will handle a file in either Unix or Windows format.
 <p>
 The output will be the same irrespective of the machine that the code is
 running on.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - the filename to find the last path separator in, null
            returns -1
<DT><B>Returns:</B><DD>the index of the last separator character, or -1 if there is no
         such character</DL>
</DD>
</DL>
<HR>

<A NAME="getName(java.lang.String)"><!-- --></A><H3>
getName</H3>
<PRE>
public static java.lang.String <B>getName</B>(java.lang.String&nbsp;fileName)</PRE>
<DL>
<DD>Gets the name minus the path from a full filename.
 <p>
 This method will handle a file in either Unix or Windows format. The text
 after the last forward or backslash is returned.
 
 <pre>
 a/b/c.txt --&gt; c.txt
 a.txt     --&gt; a.txt
 a/b/c     --&gt; c
 a/b/c/    --&gt; &quot;&quot;
 </pre>
 
 <p>
 The output will be the same irrespective of the machine that the code is
 running on.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fileName</CODE> - the filename to query, null returns null
<DT><B>Returns:</B><DD>the name of the file without the path, or an empty string if none
         exists</DL>
</DD>
</DL>
<HR>

<A NAME="getExtension(java.lang.String)"><!-- --></A><H3>
getExtension</H3>
<PRE>
public static java.lang.String <B>getExtension</B>(java.lang.String&nbsp;filename)</PRE>
<DL>
<DD>Gets the extension of a filename.
 <p>
 This method returns the textual part of the filename after the last dot.
 There must be no directory separator after the dot.
 
 <pre>
 foo.txt      --&gt; &quot;txt&quot;
 a/b/c.jpg    --&gt; &quot;jpg&quot;
 a/b.txt/c    --&gt; &quot;&quot;
 a/b/c        --&gt; &quot;&quot;
 </pre>
 
 <p>
 The output will be the same irrespective of the machine that the code is
 running on.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - the filename to retrieve the extension of.
<DT><B>Returns:</B><DD>the extension of the file or an empty string if none exists.</DL>
</DD>
</DL>
<HR>

<A NAME="forceMkdir(java.io.File)"><!-- --></A><H3>
forceMkdir</H3>
<PRE>
public static void <B>forceMkdir</B>(java.io.File&nbsp;directory)
                       throws java.io.IOException</PRE>
<DL>
<DD>Make a directory, including any necessary but nonexistent parent
 directories. If there already exists a file with specified name or the
 directory cannot be created then an exception is thrown.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>directory</CODE> - directory to create, not null
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if the directory is null
<DD><CODE>java.io.IOException</CODE> - if the directory cannot be created</DL>
</DD>
</DL>
<HR>

<A NAME="forceDelete(java.io.File)"><!-- --></A><H3>
forceDelete</H3>
<PRE>
public static void <B>forceDelete</B>(java.io.File&nbsp;file)
                        throws java.io.IOException</PRE>
<DL>
<DD>Delete a file. If file is a directory, delete it and all sub-directories.
 <p>
 The difference between File.delete() and this method are:
 <ul>
 <li>A directory to be deleted does not have to be empty.</li>
 <li>You get exceptions when a file or directory cannot be deleted.
 (java.io.File methods returns a boolean)</li>
 </ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>file</CODE> - file or directory to delete, not null
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if the directory is null
<DD><CODE>java.io.IOException</CODE> - in case deletion is unsuccessful</DL>
</DD>
</DL>
<HR>

<A NAME="toFile(java.net.URL)"><!-- --></A><H3>
toFile</H3>
<PRE>
public static java.io.File <B>toFile</B>(java.net.URL&nbsp;url)</PRE>
<DL>
<DD>Convert from a <code>URL</code> to a <code>File</code>.
 <p>
 From version 1.1 this method will decode the URL. Syntax such as
 <code>file:///my%20docs/file.txt</code> will be correctly decoded to
 <code>/my docs/file.txt</code>.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - the file URL to convert, null returns null
<DT><B>Returns:</B><DD>the equivalent <code>File</code> object, or <code>null</code>
         if the URL's protocol is not <code>file</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the file is incorrectly encoded</DL>
</DD>
</DL>
<HR>

<A NAME="getFileFilter(java.lang.String, boolean)"><!-- --></A><H3>
getFileFilter</H3>
<PRE>
public static java.io.FileFilter <B>getFileFilter</B>(java.lang.String&nbsp;regExp,
                                               boolean&nbsp;ignoreCase)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="cleanDirectory(java.io.File)"><!-- --></A><H3>
cleanDirectory</H3>
<PRE>
public static void <B>cleanDirectory</B>(java.io.File&nbsp;directory)
                           throws java.io.IOException</PRE>
<DL>
<DD>Clean a directory without deleting it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>directory</CODE> - directory to clean
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in case cleaning is unsuccessful</DL>
</DD>
</DL>
<HR>

<A NAME="copyDirectory(java.io.File, java.io.File)"><!-- --></A><H3>
copyDirectory</H3>
<PRE>
public static void <B>copyDirectory</B>(java.io.File&nbsp;srcDir,
                                 java.io.File&nbsp;destDir)
                          throws java.io.IOException</PRE>
<DL>
<DD>Copies a whole directory to a new location preserving the file dates.
 <p>
 This method copies the specified directory and all its child directories
 and files to the specified destination. The destination is the new
 location and name of the directory.
 <p>
 The destination directory is created if it does not exist. If the
 destination directory did exist, then this method merges the source with
 the destination, with the source taking precedence.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcDir</CODE> - an existing directory to copy, must not be
            <code>null</code><DD><CODE>destDir</CODE> - the new directory, must not be <code>null</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>Since:</B></DT>
  <DD>Commons IO 1.1</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="copyDirectory(java.io.File, java.io.File, boolean)"><!-- --></A><H3>
copyDirectory</H3>
<PRE>
public static void <B>copyDirectory</B>(java.io.File&nbsp;srcDir,
                                 java.io.File&nbsp;destDir,
                                 boolean&nbsp;preserveFileDate)
                          throws java.io.IOException</PRE>
<DL>
<DD>Copies a whole directory to a new location.
 <p>
 This method copies the contents of the specified source directory to
 within the specified destination directory.
 <p>
 The destination directory is created if it does not exist. If the
 destination directory did exist, then this method merges the source with
 the destination, with the source taking precedence.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcDir</CODE> - an existing directory to copy, must not be
            <code>null</code><DD><CODE>destDir</CODE> - the new directory, must not be <code>null</code><DD><CODE>preserveFileDate</CODE> - true if the file date of the copy should be the
            same as the original
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>Since:</B></DT>
  <DD>Commons IO 1.1</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="copyDirectoryToDirectory(java.io.File, java.io.File)"><!-- --></A><H3>
copyDirectoryToDirectory</H3>
<PRE>
public static void <B>copyDirectoryToDirectory</B>(java.io.File&nbsp;srcDir,
                                            java.io.File&nbsp;destDir)
                                     throws java.io.IOException</PRE>
<DL>
<DD>Copies a directory to within another directory preserving the file dates.
 <p>
 This method copies the source directory and all its contents to a
 directory of the same name in the specified destination directory.
 <p>
 The destination directory is created if it does not exist. If the
 destination directory did exist, then this method merges the source with
 the destination, with the source taking precedence.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcDir</CODE> - an existing directory to copy, must not be
            <code>null</code><DD><CODE>destDir</CODE> - the directory to place the copy in, must not be
            <code>null</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>Since:</B></DT>
  <DD>Commons IO 1.2</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="copyFile(java.io.File, java.io.File)"><!-- --></A><H3>
copyFile</H3>
<PRE>
public static void <B>copyFile</B>(java.io.File&nbsp;srcFile,
                            java.io.File&nbsp;destFile)
                     throws java.io.IOException</PRE>
<DL>
<DD>Copies a file to a new location preserving the file date.
 <p>
 This method copies the contents of the specified source file to the
 specified destination file. The directory holding the destination file is
 created if it does not exist. If the destination file exists, then this
 method will overwrite it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcFile</CODE> - an existing file to copy, must not be <code>null</code><DD><CODE>destFile</CODE> - the new file, must not be <code>null</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>See Also:</B><DD><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFileToDirectory(java.io.File, java.io.File)"><CODE>copyFileToDirectory(File, File)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="copyFile(java.io.File, java.io.File, boolean)"><!-- --></A><H3>
copyFile</H3>
<PRE>
public static void <B>copyFile</B>(java.io.File&nbsp;srcFile,
                            java.io.File&nbsp;destFile,
                            boolean&nbsp;preserveFileDate)
                     throws java.io.IOException</PRE>
<DL>
<DD>Copies a file to a new location.
 <p>
 This method copies the contents of the specified source file to the
 specified destination file. The directory holding the destination file is
 created if it does not exist. If the destination file exists, then this
 method will overwrite it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcFile</CODE> - an existing file to copy, must not be <code>null</code><DD><CODE>destFile</CODE> - the new file, must not be <code>null</code><DD><CODE>preserveFileDate</CODE> - true if the file date of the copy should be the
            same as the original
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>See Also:</B><DD><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFileToDirectory(java.io.File, java.io.File, boolean)"><CODE>copyFileToDirectory(File, File, boolean)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="copyFileToDirectory(java.io.File, java.io.File)"><!-- --></A><H3>
copyFileToDirectory</H3>
<PRE>
public static void <B>copyFileToDirectory</B>(java.io.File&nbsp;srcFile,
                                       java.io.File&nbsp;destDir)
                                throws java.io.IOException</PRE>
<DL>
<DD>Copies a file to a directory preserving the file date.
 <p>
 This method copies the contents of the specified source file to a file of
 the same name in the specified destination directory. The destination
 directory is created if it does not exist. If the destination file
 exists, then this method will overwrite it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcFile</CODE> - an existing file to copy, must not be <code>null</code><DD><CODE>destDir</CODE> - the directory to place the copy in, must not be
            <code>null</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is null
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>See Also:</B><DD><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFile(java.io.File, java.io.File, boolean)"><CODE>copyFile(File, File, boolean)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="copyFileToDirectory(java.io.File, java.io.File, boolean)"><!-- --></A><H3>
copyFileToDirectory</H3>
<PRE>
public static void <B>copyFileToDirectory</B>(java.io.File&nbsp;srcFile,
                                       java.io.File&nbsp;destDir,
                                       boolean&nbsp;preserveFileDate)
                                throws java.io.IOException</PRE>
<DL>
<DD>Copies a file to a directory optionally preserving the file date.
 <p>
 This method copies the contents of the specified source file to a file of
 the same name in the specified destination directory. The destination
 directory is created if it does not exist. If the destination file
 exists, then this method will overwrite it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcFile</CODE> - an existing file to copy, must not be <code>null</code><DD><CODE>destDir</CODE> - the directory to place the copy in, must not be
            <code>null</code><DD><CODE>preserveFileDate</CODE> - true if the file date of the copy should be the
            same as the original
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if source or destination is
             <code>null</code>
<DD><CODE>java.io.IOException</CODE> - if source or destination is invalid
<DD><CODE>java.io.IOException</CODE> - if an IO error occurs during copying<DT><B>Since:</B></DT>
  <DD>Commons IO 1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.html#copyFile(java.io.File, java.io.File, boolean)"><CODE>copyFile(File, File, boolean)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="deleteDirectory(java.io.File)"><!-- --></A><H3>
deleteDirectory</H3>
<PRE>
public static void <B>deleteDirectory</B>(java.io.File&nbsp;directory)
                            throws java.io.IOException</PRE>
<DL>
<DD>Recursively delete a directory.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>directory</CODE> - directory to delete
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in case deletion is unsuccessful</DL>
</DD>
</DL>
<HR>

<A NAME="forceDeleteOnExit(java.io.File)"><!-- --></A><H3>
forceDeleteOnExit</H3>
<PRE>
public static void <B>forceDeleteOnExit</B>(java.io.File&nbsp;file)
                              throws java.io.IOException</PRE>
<DL>
<DD>Schedule a file to be deleted when JVM exits. If file is directory delete
 it and all sub-directories.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>file</CODE> - file or directory to delete, must not be <code>null</code>
<DT><B>Throws:</B>
<DD><CODE>java.lang.NullPointerException</CODE> - if the file is <code>null</code>
<DD><CODE>java.io.IOException</CODE> - in case deletion is unsuccessful</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../../org/apache/tuscany/sca/contribution/service/util/FileHelper.RegExpFilter.html" title="class in org.apache.tuscany.sca.contribution.service.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../../../index.html?org/apache/tuscany/sca/contribution/service/util/FileHelper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="FileHelper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>