001package org.unix4j.unix.find;
002
003import java.util.Arrays;
004import java.util.Collections;
005import java.util.EnumSet;
006import java.util.Iterator;
007import org.unix4j.option.Option;
008
009import org.unix4j.unix.Find;
010
011/**
012 * Option sets for the {@link Find find} command with 
013 * the following options: {@link #i i}, {@link #z z}, {@link #r r}, {@link #a a}, {@link #n n}, {@link #o o}, {@link #f f}.
014 * <p>
015 * Application code does normally not directly refer to this class;
016 * {@link Find#Options} should be used instead to specify command 
017 * options. See also {@link org.unix4j.unix.find.FindOptions} for more information.
018 */
019public enum FindOptionSet_afinorz implements FindOptions {
020        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
021        Active_afinorz(
022                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
023                true, 
024                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
025        ),
026        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
027        Active_afinorz_long(
028                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
029                false, 
030                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
031        ),
032        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
033        Active_afinor(
034                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinorz, /*print0:*/Active_afinorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
035                true, 
036                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
037        ),
038        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
039        Active_afinor_long(
040                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinorz, /*print0:*/Active_afinorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
041                false, 
042                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
043        ),
044        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
045        Active_afinrz(
046                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinorz, /*timeOlder:*/Active_afinorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
047                true, 
048                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
049        ),
050        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
051        Active_afinrz_long(
052                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinorz, /*timeOlder:*/Active_afinorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
053                false, 
054                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
055        ),
056        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
057        Active_afiorz(
058                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinorz, /*timeNewer:*/Active_afinorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
059                true, 
060                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
061        ),
062        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
063        Active_afiorz_long(
064                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinorz, /*timeNewer:*/Active_afinorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
065                false, 
066                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
067        ),
068        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
069        Active_afnorz(
070                /*i:*/Active_afinorz, /*ignoreCase:*/Active_afinorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
071                true, 
072                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
073        ),
074        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
075        Active_afnorz_long(
076                /*i:*/Active_afinorz, /*ignoreCase:*/Active_afinorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
077                false, 
078                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
079        ),
080        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
081        Active_afinoz(
082                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afinorz, /*regex:*/Active_afinorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
083                true, 
084                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
085        ),
086        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
087        Active_afinoz_long(
088                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afinorz, /*regex:*/Active_afinorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
089                false, 
090                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
091        ),
092        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
093        Active_afinr(
094                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinrz, /*print0:*/Active_afinrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinor, /*timeOlder:*/Active_afinor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
095                true, 
096                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
097        ),
098        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
099        Active_afinr_long(
100                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinrz, /*print0:*/Active_afinrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinor, /*timeOlder:*/Active_afinor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
101                false, 
102                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
103        ),
104        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
105        Active_afior(
106                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afiorz, /*print0:*/Active_afiorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinor, /*timeNewer:*/Active_afinor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
107                true, 
108                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
109        ),
110        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
111        Active_afior_long(
112                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afiorz, /*print0:*/Active_afiorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinor, /*timeNewer:*/Active_afinor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
113                false, 
114                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
115        ),
116        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
117        Active_afirz(
118                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinrz, /*timeNewer:*/Active_afinrz_long, /*o:*/Active_afiorz, /*timeOlder:*/Active_afiorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
119                true, 
120                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
121        ),
122        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
123        Active_afirz_long(
124                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinrz, /*timeNewer:*/Active_afinrz_long, /*o:*/Active_afiorz, /*timeOlder:*/Active_afiorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
125                false, 
126                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
127        ),
128        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
129        Active_afnor(
130                /*i:*/Active_afinor, /*ignoreCase:*/Active_afinor_long, /*z:*/Active_afnorz, /*print0:*/Active_afnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
131                true, 
132                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
133        ),
134        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
135        Active_afnor_long(
136                /*i:*/Active_afinor, /*ignoreCase:*/Active_afinor_long, /*z:*/Active_afnorz, /*print0:*/Active_afnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
137                false, 
138                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
139        ),
140        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
141        Active_afnrz(
142                /*i:*/Active_afinrz, /*ignoreCase:*/Active_afinrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnorz, /*timeOlder:*/Active_afnorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
143                true, 
144                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
145        ),
146        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
147        Active_afnrz_long(
148                /*i:*/Active_afinrz, /*ignoreCase:*/Active_afinrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnorz, /*timeOlder:*/Active_afnorz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
149                false, 
150                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
151        ),
152        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
153        Active_aforz(
154                /*i:*/Active_afiorz, /*ignoreCase:*/Active_afiorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnorz, /*timeNewer:*/Active_afnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
155                true, 
156                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
157        ),
158        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
159        Active_aforz_long(
160                /*i:*/Active_afiorz, /*ignoreCase:*/Active_afiorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnorz, /*timeNewer:*/Active_afnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
161                false, 
162                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
163        ),
164        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
165        Active_afino(
166                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinoz, /*print0:*/Active_afinoz_long, /*r:*/Active_afinor, /*regex:*/Active_afinor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
167                true, 
168                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
169        ),
170        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
171        Active_afino_long(
172                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinoz, /*print0:*/Active_afinoz_long, /*r:*/Active_afinor, /*regex:*/Active_afinor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
173                false, 
174                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
175        ),
176        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
177        Active_afinz(
178                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afinrz, /*regex:*/Active_afinrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinoz, /*timeOlder:*/Active_afinoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
179                true, 
180                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
181        ),
182        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
183        Active_afinz_long(
184                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afinrz, /*regex:*/Active_afinrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afinoz, /*timeOlder:*/Active_afinoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
185                false, 
186                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
187        ),
188        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
189        Active_afioz(
190                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afiorz, /*regex:*/Active_afiorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinoz, /*timeNewer:*/Active_afinoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
191                true, 
192                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
193        ),
194        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
195        Active_afioz_long(
196                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afiorz, /*regex:*/Active_afiorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinoz, /*timeNewer:*/Active_afinoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
197                false, 
198                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
199        ),
200        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
201        Active_afnoz(
202                /*i:*/Active_afinoz, /*ignoreCase:*/Active_afinoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afnorz, /*regex:*/Active_afnorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
203                true, 
204                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
205        ),
206        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
207        Active_afnoz_long(
208                /*i:*/Active_afinoz, /*ignoreCase:*/Active_afinoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afnorz, /*regex:*/Active_afnorz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
209                false, 
210                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
211        ),
212        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
213        Active_afir(
214                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afirz, /*print0:*/Active_afirz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinr, /*timeNewer:*/Active_afinr_long, /*o:*/Active_afior, /*timeOlder:*/Active_afior_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
215                true, 
216                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
217        ),
218        /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
219        Active_afir_long(
220                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afirz, /*print0:*/Active_afirz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinr, /*timeNewer:*/Active_afinr_long, /*o:*/Active_afior, /*timeOlder:*/Active_afior_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
221                false, 
222                /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
223        ),
224        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
225        Active_afnr(
226                /*i:*/Active_afinr, /*ignoreCase:*/Active_afinr_long, /*z:*/Active_afnrz, /*print0:*/Active_afnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnor, /*timeOlder:*/Active_afnor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
227                true, 
228                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
229        ),
230        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
231        Active_afnr_long(
232                /*i:*/Active_afinr, /*ignoreCase:*/Active_afinr_long, /*z:*/Active_afnrz, /*print0:*/Active_afnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnor, /*timeOlder:*/Active_afnor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
233                false, 
234                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
235        ),
236        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
237        Active_afor(
238                /*i:*/Active_afior, /*ignoreCase:*/Active_afior_long, /*z:*/Active_aforz, /*print0:*/Active_aforz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnor, /*timeNewer:*/Active_afnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
239                true, 
240                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
241        ),
242        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
243        Active_afor_long(
244                /*i:*/Active_afior, /*ignoreCase:*/Active_afior_long, /*z:*/Active_aforz, /*print0:*/Active_aforz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnor, /*timeNewer:*/Active_afnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
245                false, 
246                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
247        ),
248        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
249        Active_afrz(
250                /*i:*/Active_afirz, /*ignoreCase:*/Active_afirz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnrz, /*timeNewer:*/Active_afnrz_long, /*o:*/Active_aforz, /*timeOlder:*/Active_aforz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
251                true, 
252                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
253        ),
254        /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
255        Active_afrz_long(
256                /*i:*/Active_afirz, /*ignoreCase:*/Active_afirz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnrz, /*timeNewer:*/Active_afnrz_long, /*o:*/Active_aforz, /*timeOlder:*/Active_aforz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
257                false, 
258                /*active:*/FindOption.print0, FindOption.regex, FindOption.timeAccess, FindOption.typeFile
259        ),
260        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
261        Active_afin(
262                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinz, /*print0:*/Active_afinz_long, /*r:*/Active_afinr, /*regex:*/Active_afinr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afino, /*timeOlder:*/Active_afino_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
263                true, 
264                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
265        ),
266        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
267        Active_afin_long(
268                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afinz, /*print0:*/Active_afinz_long, /*r:*/Active_afinr, /*regex:*/Active_afinr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afino, /*timeOlder:*/Active_afino_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
269                false, 
270                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
271        ),
272        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
273        Active_afio(
274                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afioz, /*print0:*/Active_afioz_long, /*r:*/Active_afior, /*regex:*/Active_afior_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afino, /*timeNewer:*/Active_afino_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
275                true, 
276                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
277        ),
278        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
279        Active_afio_long(
280                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afioz, /*print0:*/Active_afioz_long, /*r:*/Active_afior, /*regex:*/Active_afior_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afino, /*timeNewer:*/Active_afino_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
281                false, 
282                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
283        ),
284        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #typeFile f}.*/
285        Active_afiz(
286                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afirz, /*regex:*/Active_afirz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinz, /*timeNewer:*/Active_afinz_long, /*o:*/Active_afioz, /*timeOlder:*/Active_afioz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
287                true, 
288                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.typeFile
289        ),
290        /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeAccess a}, {@link #typeFile f}.*/
291        Active_afiz_long(
292                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afirz, /*regex:*/Active_afirz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afinz, /*timeNewer:*/Active_afinz_long, /*o:*/Active_afioz, /*timeOlder:*/Active_afioz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
293                false, 
294                /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeAccess, FindOption.typeFile
295        ),
296        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
297        Active_afno(
298                /*i:*/Active_afino, /*ignoreCase:*/Active_afino_long, /*z:*/Active_afnoz, /*print0:*/Active_afnoz_long, /*r:*/Active_afnor, /*regex:*/Active_afnor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
299                true, 
300                /*active:*/FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
301        ),
302        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeFile f}.*/
303        Active_afno_long(
304                /*i:*/Active_afino, /*ignoreCase:*/Active_afino_long, /*z:*/Active_afnoz, /*print0:*/Active_afnoz_long, /*r:*/Active_afnor, /*regex:*/Active_afnor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
305                false, 
306                /*active:*/FindOption.timeAccess, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeFile
307        ),
308        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
309        Active_afnz(
310                /*i:*/Active_afinz, /*ignoreCase:*/Active_afinz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afnrz, /*regex:*/Active_afnrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnoz, /*timeOlder:*/Active_afnoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
311                true, 
312                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
313        ),
314        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
315        Active_afnz_long(
316                /*i:*/Active_afinz, /*ignoreCase:*/Active_afinz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afnrz, /*regex:*/Active_afnrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afnoz, /*timeOlder:*/Active_afnoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
317                false, 
318                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
319        ),
320        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
321        Active_afoz(
322                /*i:*/Active_afioz, /*ignoreCase:*/Active_afioz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_aforz, /*regex:*/Active_aforz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnoz, /*timeNewer:*/Active_afnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
323                true, 
324                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
325        ),
326        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
327        Active_afoz_long(
328                /*i:*/Active_afioz, /*ignoreCase:*/Active_afioz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_aforz, /*regex:*/Active_aforz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnoz, /*timeNewer:*/Active_afnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
329                false, 
330                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
331        ),
332        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
333        Active_afr(
334                /*i:*/Active_afir, /*ignoreCase:*/Active_afir_long, /*z:*/Active_afrz, /*print0:*/Active_afrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnr, /*timeNewer:*/Active_afnr_long, /*o:*/Active_afor, /*timeOlder:*/Active_afor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
335                true, 
336                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.typeFile
337        ),
338        /** Option set with the following active options: {@link #regex r}, {@link #timeAccess a}, {@link #typeFile f}.*/
339        Active_afr_long(
340                /*i:*/Active_afir, /*ignoreCase:*/Active_afir_long, /*z:*/Active_afrz, /*print0:*/Active_afrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnr, /*timeNewer:*/Active_afnr_long, /*o:*/Active_afor, /*timeOlder:*/Active_afor_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
341                false, 
342                /*active:*/FindOption.regex, FindOption.timeAccess, FindOption.typeFile
343        ),
344        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #typeFile f}.*/
345        Active_afi(
346                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afiz, /*print0:*/Active_afiz_long, /*r:*/Active_afir, /*regex:*/Active_afir_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afin, /*timeNewer:*/Active_afin_long, /*o:*/Active_afio, /*timeOlder:*/Active_afio_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
347                true, 
348                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.typeFile
349        ),
350        /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeAccess a}, {@link #typeFile f}.*/
351        Active_afi_long(
352                /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_afiz, /*print0:*/Active_afiz_long, /*r:*/Active_afir, /*regex:*/Active_afir_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afin, /*timeNewer:*/Active_afin_long, /*o:*/Active_afio, /*timeOlder:*/Active_afio_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
353                false, 
354                /*active:*/FindOption.ignoreCase, FindOption.timeAccess, FindOption.typeFile
355        ),
356        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
357        Active_afn(
358                /*i:*/Active_afin, /*ignoreCase:*/Active_afin_long, /*z:*/Active_afnz, /*print0:*/Active_afnz_long, /*r:*/Active_afnr, /*regex:*/Active_afnr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afno, /*timeOlder:*/Active_afno_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
359                true, 
360                /*active:*/FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
361        ),
362        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeNewer n}, {@link #typeFile f}.*/
363        Active_afn_long(
364                /*i:*/Active_afin, /*ignoreCase:*/Active_afin_long, /*z:*/Active_afnz, /*print0:*/Active_afnz_long, /*r:*/Active_afnr, /*regex:*/Active_afnr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_afno, /*timeOlder:*/Active_afno_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
365                false, 
366                /*active:*/FindOption.timeAccess, FindOption.timeNewer, FindOption.typeFile
367        ),
368        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
369        Active_afo(
370                /*i:*/Active_afio, /*ignoreCase:*/Active_afio_long, /*z:*/Active_afoz, /*print0:*/Active_afoz_long, /*r:*/Active_afor, /*regex:*/Active_afor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afno, /*timeNewer:*/Active_afno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
371                true, 
372                /*active:*/FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
373        ),
374        /** Option set with the following active options: {@link #timeAccess a}, {@link #timeOlder o}, {@link #typeFile f}.*/
375        Active_afo_long(
376                /*i:*/Active_afio, /*ignoreCase:*/Active_afio_long, /*z:*/Active_afoz, /*print0:*/Active_afoz_long, /*r:*/Active_afor, /*regex:*/Active_afor_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afno, /*timeNewer:*/Active_afno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
377                false, 
378                /*active:*/FindOption.timeAccess, FindOption.timeOlder, FindOption.typeFile
379        ),
380        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #typeFile f}.*/
381        Active_afz(
382                /*i:*/Active_afiz, /*ignoreCase:*/Active_afiz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afrz, /*regex:*/Active_afrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnz, /*timeNewer:*/Active_afnz_long, /*o:*/Active_afoz, /*timeOlder:*/Active_afoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
383                true, 
384                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.typeFile
385        ),
386        /** Option set with the following active options: {@link #print0 z}, {@link #timeAccess a}, {@link #typeFile f}.*/
387        Active_afz_long(
388                /*i:*/Active_afiz, /*ignoreCase:*/Active_afiz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_afrz, /*regex:*/Active_afrz_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afnz, /*timeNewer:*/Active_afnz_long, /*o:*/Active_afoz, /*timeOlder:*/Active_afoz_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
389                false, 
390                /*active:*/FindOption.print0, FindOption.timeAccess, FindOption.typeFile
391        ),
392        /** Option set with the following active options: {@link #timeAccess a}, {@link #typeFile f}.*/
393        Active_af(
394                /*i:*/Active_afi, /*ignoreCase:*/Active_afi_long, /*z:*/Active_afz, /*print0:*/Active_afz_long, /*r:*/Active_afr, /*regex:*/Active_afr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afn, /*timeNewer:*/Active_afn_long, /*o:*/Active_afo, /*timeOlder:*/Active_afo_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
395                true, 
396                /*active:*/FindOption.timeAccess, FindOption.typeFile
397        ),
398        /** Option set with the following active options: {@link #timeAccess a}, {@link #typeFile f}.*/
399        Active_af_long(
400                /*i:*/Active_afi, /*ignoreCase:*/Active_afi_long, /*z:*/Active_afz, /*print0:*/Active_afz_long, /*r:*/Active_afr, /*regex:*/Active_afr_long, /*a:*/null /*already set*/, /*timeAccess:*/null /*already set*/, /*n:*/Active_afn, /*timeNewer:*/Active_afn_long, /*o:*/Active_afo, /*timeOlder:*/Active_afo_long, /*f:*/null /*already set*/, /*typeFile:*/null /*already set*/, 
401                false, 
402                /*active:*/FindOption.timeAccess, FindOption.typeFile
403        );
404        private FindOptionSet_afinorz(
405                FindOptionSet_afinorz i, FindOptionSet_afinorz ignoreCase, FindOptionSet_afinorz z, FindOptionSet_afinorz print0, FindOptionSet_afinorz r, FindOptionSet_afinorz regex, FindOptionSet_afinorz a, FindOptionSet_afinorz timeAccess, FindOptionSet_afinorz n, FindOptionSet_afinorz timeNewer, FindOptionSet_afinorz o, FindOptionSet_afinorz timeOlder, FindOptionSet_afinorz f, FindOptionSet_afinorz typeFile, 
406                boolean useAcronym,
407                FindOption... activeOptions
408        ) {
409                this.i = i == null ? this : i;
410                this.ignoreCase = ignoreCase == null ? this : ignoreCase;
411                this.z = z == null ? this : z;
412                this.print0 = print0 == null ? this : print0;
413                this.r = r == null ? this : r;
414                this.regex = regex == null ? this : regex;
415                this.a = a == null ? this : a;
416                this.timeAccess = timeAccess == null ? this : timeAccess;
417                this.n = n == null ? this : n;
418                this.timeNewer = timeNewer == null ? this : timeNewer;
419                this.o = o == null ? this : o;
420                this.timeOlder = timeOlder == null ? this : timeOlder;
421                this.f = f == null ? this : f;
422                this.typeFile = typeFile == null ? this : typeFile;
423                this.useAcronym = useAcronym;
424                this.options = activeOptions.length == 0 ? EnumSet.noneOf(FindOption.class) : EnumSet.copyOf(Arrays.asList(activeOptions));
425        }
426        private final boolean useAcronym;
427        /**
428         * Option {@code "-i"}: Use case insensitive matching when applying the file name pattern
429                        specified by the name operand
430<p>
431                        (This option is ignored if no name operand is specified).
432         * <p>
433         * The option {@code "-i"} is equivalent to the {@code "--}{@link #ignoreCase ignoreCase}{@code "} option.
434         * <p>
435         * Technically speaking, this field points to a set with the options of the 
436         * current set plus the option {@code "-i"}. If the option {@code "-i"}
437         * is already set, the field {@code i} points to the enum constant itself
438         * as it already represents the current set of options.
439         */
440        public final FindOptionSet_afinorz i;
441        /**
442         * Option {@code "--ignoreCase"}: Use case insensitive matching when applying the file name pattern
443                        specified by the name operand
444<p>
445                        (This option is ignored if no name operand is specified).
446         * <p>
447         * The option {@code "--ignoreCase"} is equivalent to the {@code "-}{@link #i i}{@code "} option.
448         * <p>
449         * Technically speaking, this field points to a set with the options of the 
450         * current set plus the option {@code "--ignoreCase"}. If the option {@code "--ignoreCase"}
451         * is already set, the field {@code ignoreCase} points to the enum constant itself
452         * as it already represents the current set of options.
453         */
454        public final FindOptionSet_afinorz ignoreCase;
455        /**
456         * Option {@code "-z"}: Print the full file name on the standard output, followed by a null 
457                        character (instead of the newline character used by default). This
458                        allows file names that contain newlines or other types of white 
459                        space to be correctly interpreted by programs that process the find 
460                        output. This option corresponds to the --delimiter0 option of xargs.
461         * <p>
462         * The option {@code "-z"} is equivalent to the {@code "--}{@link #print0 print0}{@code "} option.
463         * <p>
464         * Technically speaking, this field points to a set with the options of the 
465         * current set plus the option {@code "-z"}. If the option {@code "-z"}
466         * is already set, the field {@code z} points to the enum constant itself
467         * as it already represents the current set of options.
468         */
469        public final FindOptionSet_afinorz z;
470        /**
471         * Option {@code "--print0"}: Print the full file name on the standard output, followed by a null 
472                        character (instead of the newline character used by default). This
473                        allows file names that contain newlines or other types of white 
474                        space to be correctly interpreted by programs that process the find 
475                        output. This option corresponds to the --delimiter0 option of xargs.
476         * <p>
477         * The option {@code "--print0"} is equivalent to the {@code "-}{@link #z z}{@code "} option.
478         * <p>
479         * Technically speaking, this field points to a set with the options of the 
480         * current set plus the option {@code "--print0"}. If the option {@code "--print0"}
481         * is already set, the field {@code print0} points to the enum constant itself
482         * as it already represents the current set of options.
483         */
484        public final FindOptionSet_afinorz print0;
485        /**
486         * Option {@code "-r"}: Use full regular expression syntax for the patterns specified by the
487                        name operand
488<p>
489                        (This option is ignored if no name operand is specified).
490         * <p>
491         * The option {@code "-r"} is equivalent to the {@code "--}{@link #regex regex}{@code "} option.
492         * <p>
493         * Technically speaking, this field points to a set with the options of the 
494         * current set plus the option {@code "-r"}. If the option {@code "-r"}
495         * is already set, the field {@code r} points to the enum constant itself
496         * as it already represents the current set of options.
497         */
498        public final FindOptionSet_afinorz r;
499        /**
500         * Option {@code "--regex"}: Use full regular expression syntax for the patterns specified by the
501                        name operand
502<p>
503                        (This option is ignored if no name operand is specified).
504         * <p>
505         * The option {@code "--regex"} is equivalent to the {@code "-}{@link #r r}{@code "} option.
506         * <p>
507         * Technically speaking, this field points to a set with the options of the 
508         * current set plus the option {@code "--regex"}. If the option {@code "--regex"}
509         * is already set, the field {@code regex} points to the enum constant itself
510         * as it already represents the current set of options.
511         */
512        public final FindOptionSet_afinorz regex;
513        /**
514         * Option {@code "-a"}: The time operand refers to the last access time of the file
515                        <p>
516                        (This option is ignored if no time operand is specified).
517         * <p>
518         * The option {@code "-a"} is equivalent to the {@code "--}{@link #timeAccess timeAccess}{@code "} option.
519         * <p>
520         * Technically speaking, this field points to a set with the options of the 
521         * current set plus the option {@code "-a"}. If the option {@code "-a"}
522         * is already set, the field {@code a} points to the enum constant itself
523         * as it already represents the current set of options.
524         */
525        public final FindOptionSet_afinorz a;
526        /**
527         * Option {@code "--timeAccess"}: The time operand refers to the last access time of the file
528                        <p>
529                        (This option is ignored if no time operand is specified).
530         * <p>
531         * The option {@code "--timeAccess"} is equivalent to the {@code "-}{@link #a a}{@code "} option.
532         * <p>
533         * Technically speaking, this field points to a set with the options of the 
534         * current set plus the option {@code "--timeAccess"}. If the option {@code "--timeAccess"}
535         * is already set, the field {@code timeAccess} points to the enum constant itself
536         * as it already represents the current set of options.
537         */
538        public final FindOptionSet_afinorz timeAccess;
539        /**
540         * Option {@code "-n"}: Consider only files that have been created, modified or accessed
541                        after or at the time specified by the time operand (the default)
542                        <p>
543                        (This option is ignored if no time operand is specified).
544         * <p>
545         * The option {@code "-n"} is equivalent to the {@code "--}{@link #timeNewer timeNewer}{@code "} option.
546         * <p>
547         * Technically speaking, this field points to a set with the options of the 
548         * current set plus the option {@code "-n"}. If the option {@code "-n"}
549         * is already set, the field {@code n} points to the enum constant itself
550         * as it already represents the current set of options.
551         */
552        public final FindOptionSet_afinorz n;
553        /**
554         * Option {@code "--timeNewer"}: Consider only files that have been created, modified or accessed
555                        after or at the time specified by the time operand (the default)
556                        <p>
557                        (This option is ignored if no time operand is specified).
558         * <p>
559         * The option {@code "--timeNewer"} is equivalent to the {@code "-}{@link #n n}{@code "} option.
560         * <p>
561         * Technically speaking, this field points to a set with the options of the 
562         * current set plus the option {@code "--timeNewer"}. If the option {@code "--timeNewer"}
563         * is already set, the field {@code timeNewer} points to the enum constant itself
564         * as it already represents the current set of options.
565         */
566        public final FindOptionSet_afinorz timeNewer;
567        /**
568         * Option {@code "-o"}: Consider only files that have been created, modified or accessed
569                        before or at the time specified by the time operand
570                        <p>
571                        (This option is ignored if no time operand is specified).
572         * <p>
573         * The option {@code "-o"} is equivalent to the {@code "--}{@link #timeOlder timeOlder}{@code "} option.
574         * <p>
575         * Technically speaking, this field points to a set with the options of the 
576         * current set plus the option {@code "-o"}. If the option {@code "-o"}
577         * is already set, the field {@code o} points to the enum constant itself
578         * as it already represents the current set of options.
579         */
580        public final FindOptionSet_afinorz o;
581        /**
582         * Option {@code "--timeOlder"}: Consider only files that have been created, modified or accessed
583                        before or at the time specified by the time operand
584                        <p>
585                        (This option is ignored if no time operand is specified).
586         * <p>
587         * The option {@code "--timeOlder"} is equivalent to the {@code "-}{@link #o o}{@code "} option.
588         * <p>
589         * Technically speaking, this field points to a set with the options of the 
590         * current set plus the option {@code "--timeOlder"}. If the option {@code "--timeOlder"}
591         * is already set, the field {@code timeOlder} points to the enum constant itself
592         * as it already represents the current set of options.
593         */
594        public final FindOptionSet_afinorz timeOlder;
595        /**
596         * Option {@code "-f"}: Consider only regular files
597         * <p>
598         * The option {@code "-f"} is equivalent to the {@code "--}{@link #typeFile typeFile}{@code "} option.
599         * <p>
600         * Technically speaking, this field points to a set with the options of the 
601         * current set plus the option {@code "-f"}. If the option {@code "-f"}
602         * is already set, the field {@code f} points to the enum constant itself
603         * as it already represents the current set of options.
604         */
605        public final FindOptionSet_afinorz f;
606        /**
607         * Option {@code "--typeFile"}: Consider only regular files
608         * <p>
609         * The option {@code "--typeFile"} is equivalent to the {@code "-}{@link #f f}{@code "} option.
610         * <p>
611         * Technically speaking, this field points to a set with the options of the 
612         * current set plus the option {@code "--typeFile"}. If the option {@code "--typeFile"}
613         * is already set, the field {@code typeFile} points to the enum constant itself
614         * as it already represents the current set of options.
615         */
616        public final FindOptionSet_afinorz typeFile;
617        private final EnumSet<FindOption> options;
618        
619        //inherit javadoc
620        @Override
621        public Class<FindOption> optionType() {
622                return FindOption.class;
623        }
624        //inherit javadoc
625        @Override
626        public boolean isSet(FindOption option) {
627                return options.contains(option);
628        }
629        //inherit javadoc
630        @Override
631        public int size() {
632                return options.size();
633        }
634        /**
635         * Returns the set with the active options. The returned set a new defensive
636         * copy instance created when this method is called, modifications of this
637         * set will therefore not alter {@code this} option set.
638         * 
639         * @return a copy of the set with the active options.
640         */
641        @Override
642        public EnumSet<FindOption> asSet() {
643                return EnumSet.copyOf(options);
644        }
645        /**
646         * Returns an immutable iterator with the active options of this option set.
647         * 
648         * @return an immutable iterator for over the active options
649         */
650        @Override
651        public Iterator<FindOption> iterator() {
652                return Collections.unmodifiableSet(options).iterator();
653        }
654        /**
655         * Returns true if the {@link Option#acronym() acronym} should be used in
656         * for the specified {@code option} string representations. 
657         * <p>
658         * In particular and independent from the {@code option} argument, this 
659         * option set returns true if the last option added to this set was an 
660         * acronym, and false if it was a long option name. 
661         * <p>
662         * For instance, the set defined as
663         * <pre>
664         *    FindOptionSet_afinorz.ignoreCase.z;
665         * </pre>
666         * uses acronyms, that is, this method always returns true for the above 
667         * set. 
668         * <p>
669         * On the other hand, long option names are used and this method always 
670         * returns false for the set
671         * <pre>
672         *    FindOptionSet_afinorz.i.print0;
673         * </pre>
674         * <p>
675         * Note that a repeated option is <i>not</i> treated as the last set option.
676         * For instance, the first and last option of the following set are 
677         * equivalent and acronyms are used:
678         * <pre>
679         *    FindOptionSet_afinorz.i.z.ignoreCase;
680         * </pre>
681         * <p>
682         * This method always returns true for the empty set with no active options.
683         *  
684         * @param option
685         *            the option of interest, has no impact on the result returned
686         *            by this method
687         * @return true if option acronyms should be used for string representations
688         *         of any option of this option set
689         */
690        @Override
691        public boolean useAcronymFor(FindOption option) {
692                return useAcronym;
693        }
694}