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 package org.jomc.cli.commands;
37
38 import java.util.logging.Level;
39 import org.apache.commons.cli.CommandLine;
40 import org.jomc.tools.ClassFileProcessor;
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
65
66
67 public abstract class AbstractClassFileProcessorCommand extends AbstractJomcToolCommand
68 {
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83 protected ClassFileProcessor createClassFileProcessor( final CommandLine commandLine )
84 throws CommandExecutionException
85 {
86 if ( commandLine == null )
87 {
88 throw new NullPointerException( "commandLine" );
89 }
90
91 final String className = commandLine.hasOption( this.getClassFileProcessorOption().getOpt() )
92 ? commandLine.getOptionValue( this.getClassFileProcessorOption().getOpt() )
93 : ClassFileProcessor.class.getName();
94
95 final ClassFileProcessor tool = this.createJomcTool( className, ClassFileProcessor.class, commandLine );
96 return tool;
97 }
98
99
100 protected final void executeCommand( final CommandLine commandLine ) throws CommandExecutionException
101 {
102 if ( commandLine == null )
103 {
104 throw new NullPointerException( "commandLine" );
105 }
106
107 if ( commandLine.hasOption( this.getNoClassProcessingOption().getOpt() ) )
108 {
109 this.log( Level.INFO, this.getDisabledMessage( this.getLocale() ), null );
110 }
111 else
112 {
113 this.processClassFiles( commandLine );
114 }
115 }
116
117
118
119
120
121
122
123
124 protected abstract void processClassFiles( final CommandLine commandLine ) throws CommandExecutionException;
125
126
127
128
129
130 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
131 public AbstractClassFileProcessorCommand()
132 {
133
134 super();
135
136 }
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153 @SuppressWarnings("unused")
154 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
155 private org.apache.commons.cli.Option getClassFileProcessorOption()
156 {
157 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ClassFileProcessorOption" );
158 assert _d != null : "'ClassFileProcessorOption' dependency not found.";
159 return _d;
160 }
161
162
163
164
165
166
167
168
169
170
171
172
173 @SuppressWarnings("unused")
174 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
175 private org.apache.commons.cli.Option getClasspathOption()
176 {
177 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ClasspathOption" );
178 assert _d != null : "'ClasspathOption' dependency not found.";
179 return _d;
180 }
181
182
183
184
185
186
187
188
189
190
191
192
193 @SuppressWarnings("unused")
194 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
195 private org.apache.commons.cli.Option getCountryOption()
196 {
197 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "CountryOption" );
198 assert _d != null : "'CountryOption' dependency not found.";
199 return _d;
200 }
201
202
203
204
205
206
207
208
209
210
211
212
213 @SuppressWarnings("unused")
214 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
215 private org.apache.commons.cli.Option getDefaultTemplateEncodingOption()
216 {
217 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "DefaultTemplateEncodingOption" );
218 assert _d != null : "'DefaultTemplateEncodingOption' dependency not found.";
219 return _d;
220 }
221
222
223
224
225
226
227
228
229
230
231
232
233 @SuppressWarnings("unused")
234 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
235 private org.apache.commons.cli.Option getDefaultTemplateProfileOption()
236 {
237 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "DefaultTemplateProfileOption" );
238 assert _d != null : "'DefaultTemplateProfileOption' dependency not found.";
239 return _d;
240 }
241
242
243
244
245
246
247
248
249
250
251
252
253 @SuppressWarnings("unused")
254 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
255 private org.apache.commons.cli.Option getDocumentsOption()
256 {
257 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "DocumentsOption" );
258 assert _d != null : "'DocumentsOption' dependency not found.";
259 return _d;
260 }
261
262
263
264
265
266
267
268
269
270
271
272
273 @SuppressWarnings("unused")
274 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
275 private org.apache.commons.cli.Option getImplementationOption()
276 {
277 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ImplementationOption" );
278 assert _d != null : "'ImplementationOption' dependency not found.";
279 return _d;
280 }
281
282
283
284
285
286
287
288
289
290
291
292
293 @SuppressWarnings("unused")
294 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
295 private org.apache.commons.cli.Option getIndentationStringOption()
296 {
297 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "IndentationStringOption" );
298 assert _d != null : "'IndentationStringOption' dependency not found.";
299 return _d;
300 }
301
302
303
304
305
306
307
308
309
310
311
312
313 @SuppressWarnings("unused")
314 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
315 private org.apache.commons.cli.Option getInputEncodingOption()
316 {
317 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "InputEncodingOption" );
318 assert _d != null : "'InputEncodingOption' dependency not found.";
319 return _d;
320 }
321
322
323
324
325
326
327
328
329
330
331
332
333 @SuppressWarnings("unused")
334 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
335 private org.apache.commons.cli.Option getLanguageOption()
336 {
337 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "LanguageOption" );
338 assert _d != null : "'LanguageOption' dependency not found.";
339 return _d;
340 }
341
342
343
344
345
346
347
348
349
350
351
352
353 @SuppressWarnings("unused")
354 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
355 private org.apache.commons.cli.Option getLineSeparatorOption()
356 {
357 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "LineSeparatorOption" );
358 assert _d != null : "'LineSeparatorOption' dependency not found.";
359 return _d;
360 }
361
362
363
364
365
366
367
368
369
370
371
372
373 @SuppressWarnings("unused")
374 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
375 private java.util.Locale getLocale()
376 {
377 final java.util.Locale _d = (java.util.Locale) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "Locale" );
378 assert _d != null : "'Locale' dependency not found.";
379 return _d;
380 }
381
382
383
384
385
386
387
388
389
390
391
392
393 @SuppressWarnings("unused")
394 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
395 private org.apache.commons.cli.Option getLocaleVariantOption()
396 {
397 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "LocaleVariantOption" );
398 assert _d != null : "'LocaleVariantOption' dependency not found.";
399 return _d;
400 }
401
402
403
404
405
406
407
408
409
410
411
412
413 @SuppressWarnings("unused")
414 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
415 private org.apache.commons.cli.Option getModelContextFactoryOption()
416 {
417 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModelContextFactoryOption" );
418 assert _d != null : "'ModelContextFactoryOption' dependency not found.";
419 return _d;
420 }
421
422
423
424
425
426
427
428
429
430
431
432
433 @SuppressWarnings("unused")
434 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
435 private org.apache.commons.cli.Option getModelOption()
436 {
437 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModelOption" );
438 assert _d != null : "'ModelOption' dependency not found.";
439 return _d;
440 }
441
442
443
444
445
446
447
448
449
450
451
452
453 @SuppressWarnings("unused")
454 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
455 private org.apache.commons.cli.Option getModletLocationOption()
456 {
457 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModletLocationOption" );
458 assert _d != null : "'ModletLocationOption' dependency not found.";
459 return _d;
460 }
461
462
463
464
465
466
467
468
469
470
471
472
473 @SuppressWarnings("unused")
474 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
475 private org.apache.commons.cli.Option getModletSchemaSystemIdOption()
476 {
477 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModletSchemaSystemIdOption" );
478 assert _d != null : "'ModletSchemaSystemIdOption' dependency not found.";
479 return _d;
480 }
481
482
483
484
485
486
487
488
489
490
491
492
493 @SuppressWarnings("unused")
494 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
495 private org.apache.commons.cli.Option getModuleLocationOption()
496 {
497 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModuleLocationOption" );
498 assert _d != null : "'ModuleLocationOption' dependency not found.";
499 return _d;
500 }
501
502
503
504
505
506
507
508
509
510
511
512
513 @SuppressWarnings("unused")
514 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
515 private org.apache.commons.cli.Option getModuleNameOption()
516 {
517 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ModuleNameOption" );
518 assert _d != null : "'ModuleNameOption' dependency not found.";
519 return _d;
520 }
521
522
523
524
525
526
527
528
529
530
531
532
533 @SuppressWarnings("unused")
534 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
535 private org.apache.commons.cli.Option getNoClassProcessingOption()
536 {
537 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "NoClassProcessingOption" );
538 assert _d != null : "'NoClassProcessingOption' dependency not found.";
539 return _d;
540 }
541
542
543
544
545
546
547
548
549
550
551
552
553 @SuppressWarnings("unused")
554 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
555 private org.apache.commons.cli.Option getNoClasspathResolutionOption()
556 {
557 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "NoClasspathResolutionOption" );
558 assert _d != null : "'NoClasspathResolutionOption' dependency not found.";
559 return _d;
560 }
561
562
563
564
565
566
567
568
569
570
571
572
573 @SuppressWarnings("unused")
574 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
575 private org.apache.commons.cli.Option getNoModelProcessingOption()
576 {
577 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "NoModelProcessingOption" );
578 assert _d != null : "'NoModelProcessingOption' dependency not found.";
579 return _d;
580 }
581
582
583
584
585
586
587
588
589
590
591
592
593 @SuppressWarnings("unused")
594 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
595 private org.apache.commons.cli.Option getNoModelResourceValidation()
596 {
597 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "NoModelResourceValidation" );
598 assert _d != null : "'NoModelResourceValidation' dependency not found.";
599 return _d;
600 }
601
602
603
604
605
606
607
608
609
610
611
612
613 @SuppressWarnings("unused")
614 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
615 private org.apache.commons.cli.Option getNoModletResourceValidation()
616 {
617 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "NoModletResourceValidation" );
618 assert _d != null : "'NoModletResourceValidation' dependency not found.";
619 return _d;
620 }
621
622
623
624
625
626
627
628
629
630
631
632
633 @SuppressWarnings("unused")
634 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
635 private org.apache.commons.cli.Option getOutputEncodingOption()
636 {
637 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "OutputEncodingOption" );
638 assert _d != null : "'OutputEncodingOption' dependency not found.";
639 return _d;
640 }
641
642
643
644
645
646
647
648
649
650
651
652
653 @SuppressWarnings("unused")
654 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
655 private org.apache.commons.cli.Option getPlatformProviderLocationOption()
656 {
657 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "PlatformProviderLocationOption" );
658 assert _d != null : "'PlatformProviderLocationOption' dependency not found.";
659 return _d;
660 }
661
662
663
664
665
666
667
668
669
670
671
672
673 @SuppressWarnings("unused")
674 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
675 private org.apache.commons.cli.Option getProviderLocationOption()
676 {
677 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "ProviderLocationOption" );
678 assert _d != null : "'ProviderLocationOption' dependency not found.";
679 return _d;
680 }
681
682
683
684
685
686
687
688
689
690
691
692
693 @SuppressWarnings("unused")
694 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
695 private org.apache.commons.cli.Option getSpecificationOption()
696 {
697 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "SpecificationOption" );
698 assert _d != null : "'SpecificationOption' dependency not found.";
699 return _d;
700 }
701
702
703
704
705
706
707
708
709
710
711
712
713 @Deprecated
714 @SuppressWarnings("unused")
715 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
716 private org.apache.commons.cli.Option getTemplateEncodingOption()
717 {
718 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "TemplateEncodingOption" );
719 assert _d != null : "'TemplateEncodingOption' dependency not found.";
720 return _d;
721 }
722
723
724
725
726
727
728
729
730
731
732
733
734 @SuppressWarnings("unused")
735 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
736 private org.apache.commons.cli.Option getTemplateLocationOption()
737 {
738 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "TemplateLocationOption" );
739 assert _d != null : "'TemplateLocationOption' dependency not found.";
740 return _d;
741 }
742
743
744
745
746
747
748
749
750
751
752
753
754 @SuppressWarnings("unused")
755 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
756 private org.apache.commons.cli.Option getTemplateProfileOption()
757 {
758 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "TemplateProfileOption" );
759 assert _d != null : "'TemplateProfileOption' dependency not found.";
760 return _d;
761 }
762
763
764
765
766
767
768
769
770
771
772
773
774 @SuppressWarnings("unused")
775 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
776 private org.apache.commons.cli.Option getTransformerLocationOption()
777 {
778 final org.apache.commons.cli.Option _d = (org.apache.commons.cli.Option) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getDependency( this, "TransformerLocationOption" );
779 assert _d != null : "'TransformerLocationOption' dependency not found.";
780 return _d;
781 }
782
783
784
785
786
787
788
789
790
791
792
793
794 @SuppressWarnings("unused")
795 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
796 private java.lang.String getAbbreviatedCommandName()
797 {
798 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "abbreviatedCommandName" );
799 assert _p != null : "'abbreviatedCommandName' property not found.";
800 return _p;
801 }
802
803
804
805
806
807
808
809
810 @SuppressWarnings("unused")
811 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
812 private java.lang.String getApplicationModlet()
813 {
814 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "applicationModlet" );
815 assert _p != null : "'applicationModlet' property not found.";
816 return _p;
817 }
818
819
820
821
822
823
824
825
826 @SuppressWarnings("unused")
827 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
828 private java.lang.String getCommandName()
829 {
830 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "commandName" );
831 assert _p != null : "'commandName' property not found.";
832 return _p;
833 }
834
835
836
837
838
839
840
841
842 @SuppressWarnings("unused")
843 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
844 private java.lang.String getModletExcludes()
845 {
846 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "modletExcludes" );
847 assert _p != null : "'modletExcludes' property not found.";
848 return _p;
849 }
850
851
852
853
854
855
856
857
858 @SuppressWarnings("unused")
859 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
860 private java.lang.String getProviderExcludes()
861 {
862 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "providerExcludes" );
863 assert _p != null : "'providerExcludes' property not found.";
864 return _p;
865 }
866
867
868
869
870
871
872
873
874 @SuppressWarnings("unused")
875 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
876 private java.lang.String getSchemaExcludes()
877 {
878 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "schemaExcludes" );
879 assert _p != null : "'schemaExcludes' property not found.";
880 return _p;
881 }
882
883
884
885
886
887
888
889
890 @SuppressWarnings("unused")
891 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
892 private java.lang.String getServiceExcludes()
893 {
894 final java.lang.String _p = (java.lang.String) org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getProperty( this, "serviceExcludes" );
895 assert _p != null : "'serviceExcludes' property not found.";
896 return _p;
897 }
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913 @SuppressWarnings("unused")
914 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
915 private String getApplicationTitle( final java.util.Locale locale )
916 {
917 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "applicationTitle", locale );
918 assert _m != null : "'applicationTitle' message not found.";
919 return _m;
920 }
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935 @SuppressWarnings("unused")
936 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
937 private String getCannotProcessMessage( final java.util.Locale locale, final java.lang.String itemInfo, final java.lang.String detailMessage )
938 {
939 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "cannotProcessMessage", locale, itemInfo, detailMessage );
940 assert _m != null : "'cannotProcessMessage' message not found.";
941 return _m;
942 }
943
944
945
946
947
948
949
950
951
952
953
954
955
956 @SuppressWarnings("unused")
957 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
958 private String getClasspathElementInfo( final java.util.Locale locale, final java.lang.String classpathElement )
959 {
960 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "classpathElementInfo", locale, classpathElement );
961 assert _m != null : "'classpathElementInfo' message not found.";
962 return _m;
963 }
964
965
966
967
968
969
970
971
972
973
974
975
976
977 @SuppressWarnings("unused")
978 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
979 private String getClasspathElementNotFoundWarning( final java.util.Locale locale, final java.lang.String fileName )
980 {
981 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "classpathElementNotFoundWarning", locale, fileName );
982 assert _m != null : "'classpathElementNotFoundWarning' message not found.";
983 return _m;
984 }
985
986
987
988
989
990
991
992
993
994
995
996
997
998 @SuppressWarnings("unused")
999 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1000 private String getCommandFailureMessage( final java.util.Locale locale, final java.lang.String toolName )
1001 {
1002 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "commandFailureMessage", locale, toolName );
1003 assert _m != null : "'commandFailureMessage' message not found.";
1004 return _m;
1005 }
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019 @SuppressWarnings("unused")
1020 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1021 private String getCommandInfoMessage( final java.util.Locale locale, final java.lang.String toolName )
1022 {
1023 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "commandInfoMessage", locale, toolName );
1024 assert _m != null : "'commandInfoMessage' message not found.";
1025 return _m;
1026 }
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040 @SuppressWarnings("unused")
1041 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1042 private String getCommandSuccessMessage( final java.util.Locale locale, final java.lang.String toolName )
1043 {
1044 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "commandSuccessMessage", locale, toolName );
1045 assert _m != null : "'commandSuccessMessage' message not found.";
1046 return _m;
1047 }
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061 @SuppressWarnings("unused")
1062 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1063 private String getDefaultLogLevelInfo( final java.util.Locale locale, final java.lang.String defaultLogLevel )
1064 {
1065 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "defaultLogLevelInfo", locale, defaultLogLevel );
1066 assert _m != null : "'defaultLogLevelInfo' message not found.";
1067 return _m;
1068 }
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083 @SuppressWarnings("unused")
1084 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1085 private String getDeprecatedOptionMessage( final java.util.Locale locale, final java.lang.String deprecatedOption, final java.lang.String replacementOption )
1086 {
1087 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "deprecatedOptionMessage", locale, deprecatedOption, replacementOption );
1088 assert _m != null : "'deprecatedOptionMessage' message not found.";
1089 return _m;
1090 }
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103 @SuppressWarnings("unused")
1104 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1105 private String getDisabledMessage( final java.util.Locale locale )
1106 {
1107 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "disabledMessage", locale );
1108 assert _m != null : "'disabledMessage' message not found.";
1109 return _m;
1110 }
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124 @SuppressWarnings("unused")
1125 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1126 private String getDocumentFileInfo( final java.util.Locale locale, final java.lang.String documentFile )
1127 {
1128 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "documentFileInfo", locale, documentFile );
1129 assert _m != null : "'documentFileInfo' message not found.";
1130 return _m;
1131 }
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145 @SuppressWarnings("unused")
1146 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1147 private String getDocumentFileNotFoundWarning( final java.util.Locale locale, final java.lang.String fileName )
1148 {
1149 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "documentFileNotFoundWarning", locale, fileName );
1150 assert _m != null : "'documentFileNotFoundWarning' message not found.";
1151 return _m;
1152 }
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167 @SuppressWarnings("unused")
1168 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1169 private String getExcludedModletInfo( final java.util.Locale locale, final java.lang.String resourceName, final java.lang.String modletIdentifier )
1170 {
1171 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "excludedModletInfo", locale, resourceName, modletIdentifier );
1172 assert _m != null : "'excludedModletInfo' message not found.";
1173 return _m;
1174 }
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189 @SuppressWarnings("unused")
1190 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1191 private String getExcludedProviderInfo( final java.util.Locale locale, final java.lang.String resourceName, final java.lang.String providerName )
1192 {
1193 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "excludedProviderInfo", locale, resourceName, providerName );
1194 assert _m != null : "'excludedProviderInfo' message not found.";
1195 return _m;
1196 }
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211 @SuppressWarnings("unused")
1212 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1213 private String getExcludedSchemaInfo( final java.util.Locale locale, final java.lang.String resourceName, final java.lang.String contextId )
1214 {
1215 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "excludedSchemaInfo", locale, resourceName, contextId );
1216 assert _m != null : "'excludedSchemaInfo' message not found.";
1217 return _m;
1218 }
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233 @SuppressWarnings("unused")
1234 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1235 private String getExcludedServiceInfo( final java.util.Locale locale, final java.lang.String resourceName, final java.lang.String serviceName )
1236 {
1237 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "excludedServiceInfo", locale, resourceName, serviceName );
1238 assert _m != null : "'excludedServiceInfo' message not found.";
1239 return _m;
1240 }
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254 @SuppressWarnings("unused")
1255 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1256 private String getFailedCreatingObjectMessage( final java.util.Locale locale, final java.lang.String objectInfo )
1257 {
1258 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "failedCreatingObjectMessage", locale, objectInfo );
1259 assert _m != null : "'failedCreatingObjectMessage' message not found.";
1260 return _m;
1261 }
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275 @SuppressWarnings("unused")
1276 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1277 private String getImplementationNotFoundWarning( final java.util.Locale locale, final java.lang.String implementationIdentifier )
1278 {
1279 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "implementationNotFoundWarning", locale, implementationIdentifier );
1280 assert _m != null : "'implementationNotFoundWarning' message not found.";
1281 return _m;
1282 }
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296 @SuppressWarnings("unused")
1297 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1298 private String getInvalidModelMessage( final java.util.Locale locale, final java.lang.String modelIdentifier )
1299 {
1300 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "invalidModelMessage", locale, modelIdentifier );
1301 assert _m != null : "'invalidModelMessage' message not found.";
1302 return _m;
1303 }
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315 @SuppressWarnings("unused")
1316 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1317 private String getLongDescriptionMessage( final java.util.Locale locale )
1318 {
1319 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "longDescriptionMessage", locale );
1320 assert _m != null : "'longDescriptionMessage' message not found.";
1321 return _m;
1322 }
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336 @SuppressWarnings("unused")
1337 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1338 private String getModuleNotFoundWarning( final java.util.Locale locale, final java.lang.String moduleName )
1339 {
1340 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "moduleNotFoundWarning", locale, moduleName );
1341 assert _m != null : "'moduleNotFoundWarning' message not found.";
1342 return _m;
1343 }
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357 @SuppressWarnings("unused")
1358 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1359 private String getReadingMessage( final java.util.Locale locale, final java.lang.String locationInfo )
1360 {
1361 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "readingMessage", locale, locationInfo );
1362 assert _m != null : "'readingMessage' message not found.";
1363 return _m;
1364 }
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376 @SuppressWarnings("unused")
1377 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1378 private String getSeparator( final java.util.Locale locale )
1379 {
1380 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "separator", locale );
1381 assert _m != null : "'separator' message not found.";
1382 return _m;
1383 }
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395 @SuppressWarnings("unused")
1396 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1397 private String getShortDescriptionMessage( final java.util.Locale locale )
1398 {
1399 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "shortDescriptionMessage", locale );
1400 assert _m != null : "'shortDescriptionMessage' message not found.";
1401 return _m;
1402 }
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416 @SuppressWarnings("unused")
1417 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1418 private String getSpecificationNotFoundWarning( final java.util.Locale locale, final java.lang.String specificationIdentifier )
1419 {
1420 final String _m = org.jomc.ObjectManagerFactory.getObjectManager( this.getClass().getClassLoader() ).getMessage( this, "specificationNotFoundWarning", locale, specificationIdentifier );
1421 assert _m != null : "'specificationNotFoundWarning' message not found.";
1422 return _m;
1423 }
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564 @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.3", comments = "See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3" )
1565 @Override
1566 public org.apache.commons.cli.Options getOptions()
1567 {
1568 final org.apache.commons.cli.Options options = new org.apache.commons.cli.Options();
1569 options.addOption( this.getClassFileProcessorOption() );
1570 options.addOption( this.getClasspathOption() );
1571 options.addOption( this.getCountryOption() );
1572 options.addOption( this.getDefaultTemplateEncodingOption() );
1573 options.addOption( this.getDefaultTemplateProfileOption() );
1574 options.addOption( this.getDocumentsOption() );
1575 options.addOption( this.getImplementationOption() );
1576 options.addOption( this.getIndentationStringOption() );
1577 options.addOption( this.getInputEncodingOption() );
1578 options.addOption( this.getLanguageOption() );
1579 options.addOption( this.getLineSeparatorOption() );
1580 options.addOption( this.getLocaleVariantOption() );
1581 options.addOption( this.getModelContextFactoryOption() );
1582 options.addOption( this.getModelOption() );
1583 options.addOption( this.getModletLocationOption() );
1584 options.addOption( this.getModletSchemaSystemIdOption() );
1585 options.addOption( this.getModuleLocationOption() );
1586 options.addOption( this.getModuleNameOption() );
1587 options.addOption( this.getNoClassProcessingOption() );
1588 options.addOption( this.getNoClasspathResolutionOption() );
1589 options.addOption( this.getNoModelProcessingOption() );
1590 options.addOption( this.getNoModelResourceValidation() );
1591 options.addOption( this.getNoModletResourceValidation() );
1592 options.addOption( this.getOutputEncodingOption() );
1593 options.addOption( this.getPlatformProviderLocationOption() );
1594 options.addOption( this.getProviderLocationOption() );
1595 options.addOption( this.getSpecificationOption() );
1596 options.addOption( this.getTemplateEncodingOption() );
1597 options.addOption( this.getTemplateLocationOption() );
1598 options.addOption( this.getTemplateProfileOption() );
1599 options.addOption( this.getTransformerLocationOption() );
1600 return options;
1601 }
1602
1603
1604 }