OSDN Git Service

organized imports
[stigmata/stigmata.git] / src / main / resources / resources / options.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <command-line name="stigmata">
4   <definitions>
5     <definition name="classpath">
6       <short-option>c</short-option>
7       <long-option>classpath</long-option>
8       <description>$(cli.option.classpath)</description>
9       <argument>REQUIRED</argument>
10       <argument-name>CLASSPATH</argument-name>
11       <value-separator>,</value-separator>
12       <multiple-args />
13     </definition>
14
15     <definition name="birthmark">
16       <short-option>b</short-option>
17       <long-option>birthmark</long-option>
18       <description>$(cli.option.birthmark)</description>
19       <argument>REQUIRED</argument>
20       <argument-name>BIRTHMARKS</argument-name>
21       <value-separator>,</value-separator>
22       <multiple-args />
23     </definition>
24
25     <definition name="mode">
26       <short-option>m</short-option>
27       <long-option>mode</long-option>
28       <description>$(cli.option.mode)</description>
29       <argument>REQUIRED</argument>
30       <argument-name>MODE</argument-name>
31     </definition>
32
33     <definition name="format">
34       <short-option>f</short-option>
35       <long-option>format</long-option>
36       <description>$(cli.option.format)</description>
37       <argument>REQUIRED</argument>
38       <argument-name>FORMAT</argument-name>
39     </definition>
40
41     <definition name="filter">
42       <short-option>F</short-option>
43       <long-option>filter</long-option>
44       <description>$(cli.option.filter)</description>
45       <argument>REQUIRED</argument>
46       <argument-name>FILTER_NAME</argument-name>
47     </definition>
48
49     <definition name="config-file">
50       <long-option>config-file</long-option>
51       <description>$(cli.option.config-file)</description>
52       <argument>REQUIRED</argument>
53       <argument-name>CONFIG-FILE</argument-name>
54     </definition>
55
56     <definition name="reset-config">
57       <long-option>reset-config</long-option>
58       <description>$(cli.option.reset-config)</description>
59       <argument>NONE</argument>
60     </definition>
61
62     <definition name="export-config">
63       <long-option>export-config</long-option>
64       <description>$(cli.option.export-config)</description>
65       <argument>OPTIONAL</argument>
66       <argument-name>FILE</argument-name>
67     </definition>
68
69     <definition name="help">
70       <short-option>h</short-option>
71       <long-option>help</long-option>
72       <description>$(cli.option.help)</description>
73       <argument>NONE</argument>
74     </definition>
75
76     <definition name="license">
77       <short-option>l</short-option>
78       <long-option>license</long-option>
79       <description>$(cli.option.license)</description>
80       <argument>NONE</argument>
81     </definition>
82
83     <definition name="version">
84       <short-option>v</short-option>
85       <long-option>version</long-option>
86       <description>$(cli.option.version)</description>
87       <argument>NONE</argument>
88     </definition>
89
90     <definition name="extraction-unit">
91       <short-option>e</short-option>
92       <long-option>extraction-unit</long-option>
93       <argument>REQUIRED</argument>
94       <argument-name>EXTRACT_UNIT</argument-name>
95       <description>$(cli.option.extraction-unit)</description>
96     </definition>
97
98     <definition name="store-target">
99       <long-option>store-target</long-option>
100       <argument>REQUIRED</argument>
101       <argument-name>STORE_TARGET</argument-name>
102       <description>$(cli.option.store-target)</description>
103     </definition>
104   </definitions>
105
106   <available-options>
107     <option>mode</option>
108     <option>classpath</option>
109     <option>birthmark</option>
110     <option>filter</option>
111     <option>format</option>
112     <option>extraction-unit</option>
113
114     <option>store-target</option>
115     <option>config-file</option>
116     <option>export-config</option>
117     <option>reset-config</option>
118
119     <option>help</option>
120     <option>license</option>
121     <option>version</option>
122   </available-options>
123 </command-line>