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 #c c}, {@link #m m}, {@link #n n}, {@link #o o}, {@link #l l}. 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_acilmnorz implements FindOptions { 020 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 021 Active_ilnorz( 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:*/FindOptionSet_ailnorz.Active_ailnorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnorz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnorz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnorz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 023 true, 024 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 025 ), 026 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 027 Active_ilnorz_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:*/FindOptionSet_ailnorz.Active_ailnorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnorz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnorz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnorz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 029 false, 030 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 031 ), 032 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 033 Active_ilnor( 034 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnorz, /*print0:*/Active_ilnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailnor, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnor_long, /*c:*/FindOptionSet_cilnorz.Active_cilnor, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnor_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnor, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnor_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 035 true, 036 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 037 ), 038 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 039 Active_ilnor_long( 040 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnorz, /*print0:*/Active_ilnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailnor, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnor_long, /*c:*/FindOptionSet_cilnorz.Active_cilnor, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnor_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnor, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnor_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 041 false, 042 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 043 ), 044 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 045 Active_ilnrz( 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:*/FindOptionSet_ailnorz.Active_ailnrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnrz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnrz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnrz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnorz, /*timeOlder:*/Active_ilnorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 047 true, 048 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 049 ), 050 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 051 Active_ilnrz_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:*/FindOptionSet_ailnorz.Active_ailnrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnrz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnrz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnrz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnorz, /*timeOlder:*/Active_ilnorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 053 false, 054 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 055 ), 056 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 057 Active_ilorz( 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:*/FindOptionSet_ailnorz.Active_ailorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailorz_long, /*c:*/FindOptionSet_cilnorz.Active_cilorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilorz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmorz_long, /*n:*/Active_ilnorz, /*timeNewer:*/Active_ilnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 059 true, 060 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 061 ), 062 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 063 Active_ilorz_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:*/FindOptionSet_ailnorz.Active_ailorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailorz_long, /*c:*/FindOptionSet_cilnorz.Active_cilorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilorz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmorz_long, /*n:*/Active_ilnorz, /*timeNewer:*/Active_ilnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 065 false, 066 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 067 ), 068 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 069 Active_lnorz( 070 /*i:*/Active_ilnorz, /*ignoreCase:*/Active_ilnorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnorz_long, /*c:*/FindOptionSet_cilnorz.Active_clnorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnorz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnorz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 071 true, 072 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 073 ), 074 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 075 Active_lnorz_long( 076 /*i:*/Active_ilnorz, /*ignoreCase:*/Active_ilnorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnorz_long, /*c:*/FindOptionSet_cilnorz.Active_clnorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnorz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnorz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 077 false, 078 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 079 ), 080 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 081 Active_ilnoz( 082 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilnorz, /*regex:*/Active_ilnorz_long, /*a:*/FindOptionSet_ailnorz.Active_ailnoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnoz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnoz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnoz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnoz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 083 true, 084 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 085 ), 086 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 087 Active_ilnoz_long( 088 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilnorz, /*regex:*/Active_ilnorz_long, /*a:*/FindOptionSet_ailnorz.Active_ailnoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnoz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnoz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnoz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnoz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 089 false, 090 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 091 ), 092 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 093 Active_ilnr( 094 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnrz, /*print0:*/Active_ilnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailnr, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnr_long, /*c:*/FindOptionSet_cilnorz.Active_cilnr, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnr_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnr, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnr_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnor, /*timeOlder:*/Active_ilnor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 095 true, 096 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 097 ), 098 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 099 Active_ilnr_long( 100 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnrz, /*print0:*/Active_ilnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailnr, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnr_long, /*c:*/FindOptionSet_cilnorz.Active_cilnr, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnr_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnr, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnr_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnor, /*timeOlder:*/Active_ilnor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 101 false, 102 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 103 ), 104 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 105 Active_ilor( 106 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilorz, /*print0:*/Active_ilorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailor, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailor_long, /*c:*/FindOptionSet_cilnorz.Active_cilor, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilor_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmor, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmor_long, /*n:*/Active_ilnor, /*timeNewer:*/Active_ilnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 107 true, 108 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 109 ), 110 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 111 Active_ilor_long( 112 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilorz, /*print0:*/Active_ilorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailor, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailor_long, /*c:*/FindOptionSet_cilnorz.Active_cilor, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilor_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmor, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmor_long, /*n:*/Active_ilnor, /*timeNewer:*/Active_ilnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 113 false, 114 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 115 ), 116 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #typeSymlink l}.*/ 117 Active_ilrz( 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:*/FindOptionSet_ailnorz.Active_ailrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailrz_long, /*c:*/FindOptionSet_cilnorz.Active_cilrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilrz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmrz_long, /*n:*/Active_ilnrz, /*timeNewer:*/Active_ilnrz_long, /*o:*/Active_ilorz, /*timeOlder:*/Active_ilorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 119 true, 120 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.typeSymlink 121 ), 122 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #typeSymlink l}.*/ 123 Active_ilrz_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:*/FindOptionSet_ailnorz.Active_ailrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailrz_long, /*c:*/FindOptionSet_cilnorz.Active_cilrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilrz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmrz_long, /*n:*/Active_ilnrz, /*timeNewer:*/Active_ilnrz_long, /*o:*/Active_ilorz, /*timeOlder:*/Active_ilorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 125 false, 126 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.typeSymlink 127 ), 128 /** Option set with the following active options: {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 129 Active_lnor( 130 /*i:*/Active_ilnor, /*ignoreCase:*/Active_ilnor_long, /*z:*/Active_lnorz, /*print0:*/Active_lnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnor, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnor_long, /*c:*/FindOptionSet_cilnorz.Active_clnor, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnor_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnor, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnor_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 131 true, 132 /*active:*/FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 133 ), 134 /** Option set with the following active options: {@link #regex r}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 135 Active_lnor_long( 136 /*i:*/Active_ilnor, /*ignoreCase:*/Active_ilnor_long, /*z:*/Active_lnorz, /*print0:*/Active_lnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnor, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnor_long, /*c:*/FindOptionSet_cilnorz.Active_clnor, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnor_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnor, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnor_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 137 false, 138 /*active:*/FindOption.regex, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 139 ), 140 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 141 Active_lnrz( 142 /*i:*/Active_ilnrz, /*ignoreCase:*/Active_ilnrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnrz_long, /*c:*/FindOptionSet_cilnorz.Active_clnrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnrz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnrz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnorz, /*timeOlder:*/Active_lnorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 143 true, 144 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 145 ), 146 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 147 Active_lnrz_long( 148 /*i:*/Active_ilnrz, /*ignoreCase:*/Active_ilnrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnrz_long, /*c:*/FindOptionSet_cilnorz.Active_clnrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnrz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnrz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnorz, /*timeOlder:*/Active_lnorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 149 false, 150 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 151 ), 152 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 153 Active_lorz( 154 /*i:*/Active_ilorz, /*ignoreCase:*/Active_ilorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alorz_long, /*c:*/FindOptionSet_cilnorz.Active_clorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clorz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmorz_long, /*n:*/Active_lnorz, /*timeNewer:*/Active_lnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 155 true, 156 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 157 ), 158 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 159 Active_lorz_long( 160 /*i:*/Active_ilorz, /*ignoreCase:*/Active_ilorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alorz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alorz_long, /*c:*/FindOptionSet_cilnorz.Active_clorz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clorz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmorz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmorz_long, /*n:*/Active_lnorz, /*timeNewer:*/Active_lnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 161 false, 162 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 163 ), 164 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 165 Active_ilno( 166 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnoz, /*print0:*/Active_ilnoz_long, /*r:*/Active_ilnor, /*regex:*/Active_ilnor_long, /*a:*/FindOptionSet_ailnorz.Active_ailno, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailno_long, /*c:*/FindOptionSet_cilnorz.Active_cilno, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilno_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmno, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmno_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 167 true, 168 /*active:*/FindOption.ignoreCase, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 169 ), 170 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 171 Active_ilno_long( 172 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnoz, /*print0:*/Active_ilnoz_long, /*r:*/Active_ilnor, /*regex:*/Active_ilnor_long, /*a:*/FindOptionSet_ailnorz.Active_ailno, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailno_long, /*c:*/FindOptionSet_cilnorz.Active_cilno, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilno_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmno, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmno_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 173 false, 174 /*active:*/FindOption.ignoreCase, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 175 ), 176 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 177 Active_ilnz( 178 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilnrz, /*regex:*/Active_ilnrz_long, /*a:*/FindOptionSet_ailnorz.Active_ailnz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnoz, /*timeOlder:*/Active_ilnoz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 179 true, 180 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeNewer, FindOption.typeSymlink 181 ), 182 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 183 Active_ilnz_long( 184 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilnrz, /*regex:*/Active_ilnrz_long, /*a:*/FindOptionSet_ailnorz.Active_ailnz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailnz_long, /*c:*/FindOptionSet_cilnorz.Active_cilnz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilnz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmnz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmnz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilnoz, /*timeOlder:*/Active_ilnoz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 185 false, 186 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeNewer, FindOption.typeSymlink 187 ), 188 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 189 Active_iloz( 190 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilorz, /*regex:*/Active_ilorz_long, /*a:*/FindOptionSet_ailnorz.Active_ailoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailoz_long, /*c:*/FindOptionSet_cilnorz.Active_ciloz, /*timeCreate:*/FindOptionSet_cilnorz.Active_ciloz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmoz_long, /*n:*/Active_ilnoz, /*timeNewer:*/Active_ilnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 191 true, 192 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeOlder, FindOption.typeSymlink 193 ), 194 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 195 Active_iloz_long( 196 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilorz, /*regex:*/Active_ilorz_long, /*a:*/FindOptionSet_ailnorz.Active_ailoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailoz_long, /*c:*/FindOptionSet_cilnorz.Active_ciloz, /*timeCreate:*/FindOptionSet_cilnorz.Active_ciloz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmoz_long, /*n:*/Active_ilnoz, /*timeNewer:*/Active_ilnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 197 false, 198 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeOlder, FindOption.typeSymlink 199 ), 200 /** Option set with the following active options: {@link #print0 z}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 201 Active_lnoz( 202 /*i:*/Active_ilnoz, /*ignoreCase:*/Active_ilnoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lnorz, /*regex:*/Active_lnorz_long, /*a:*/FindOptionSet_ailnorz.Active_alnoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnoz_long, /*c:*/FindOptionSet_cilnorz.Active_clnoz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnoz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnoz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 203 true, 204 /*active:*/FindOption.print0, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 205 ), 206 /** Option set with the following active options: {@link #print0 z}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 207 Active_lnoz_long( 208 /*i:*/Active_ilnoz, /*ignoreCase:*/Active_ilnoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lnorz, /*regex:*/Active_lnorz_long, /*a:*/FindOptionSet_ailnorz.Active_alnoz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnoz_long, /*c:*/FindOptionSet_cilnorz.Active_clnoz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnoz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnoz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 209 false, 210 /*active:*/FindOption.print0, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 211 ), 212 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #typeSymlink l}.*/ 213 Active_ilr( 214 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilrz, /*print0:*/Active_ilrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailr, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailr_long, /*c:*/FindOptionSet_cilnorz.Active_cilr, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilr_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmr, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmr_long, /*n:*/Active_ilnr, /*timeNewer:*/Active_ilnr_long, /*o:*/Active_ilor, /*timeOlder:*/Active_ilor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 215 true, 216 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.typeSymlink 217 ), 218 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #typeSymlink l}.*/ 219 Active_ilr_long( 220 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilrz, /*print0:*/Active_ilrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_ailr, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailr_long, /*c:*/FindOptionSet_cilnorz.Active_cilr, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilr_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmr, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmr_long, /*n:*/Active_ilnr, /*timeNewer:*/Active_ilnr_long, /*o:*/Active_ilor, /*timeOlder:*/Active_ilor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 221 false, 222 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.typeSymlink 223 ), 224 /** Option set with the following active options: {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 225 Active_lnr( 226 /*i:*/Active_ilnr, /*ignoreCase:*/Active_ilnr_long, /*z:*/Active_lnrz, /*print0:*/Active_lnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnr, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnr_long, /*c:*/FindOptionSet_cilnorz.Active_clnr, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnr_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnr, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnr_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnor, /*timeOlder:*/Active_lnor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 227 true, 228 /*active:*/FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 229 ), 230 /** Option set with the following active options: {@link #regex r}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 231 Active_lnr_long( 232 /*i:*/Active_ilnr, /*ignoreCase:*/Active_ilnr_long, /*z:*/Active_lnrz, /*print0:*/Active_lnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alnr, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnr_long, /*c:*/FindOptionSet_cilnorz.Active_clnr, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnr_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnr, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnr_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnor, /*timeOlder:*/Active_lnor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 233 false, 234 /*active:*/FindOption.regex, FindOption.timeNewer, FindOption.typeSymlink 235 ), 236 /** Option set with the following active options: {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 237 Active_lor( 238 /*i:*/Active_ilor, /*ignoreCase:*/Active_ilor_long, /*z:*/Active_lorz, /*print0:*/Active_lorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alor, /*timeAccess:*/FindOptionSet_ailnorz.Active_alor_long, /*c:*/FindOptionSet_cilnorz.Active_clor, /*timeCreate:*/FindOptionSet_cilnorz.Active_clor_long, /*m:*/FindOptionSet_ilmnorz.Active_lmor, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmor_long, /*n:*/Active_lnor, /*timeNewer:*/Active_lnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 239 true, 240 /*active:*/FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 241 ), 242 /** Option set with the following active options: {@link #regex r}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 243 Active_lor_long( 244 /*i:*/Active_ilor, /*ignoreCase:*/Active_ilor_long, /*z:*/Active_lorz, /*print0:*/Active_lorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alor, /*timeAccess:*/FindOptionSet_ailnorz.Active_alor_long, /*c:*/FindOptionSet_cilnorz.Active_clor, /*timeCreate:*/FindOptionSet_cilnorz.Active_clor_long, /*m:*/FindOptionSet_ilmnorz.Active_lmor, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmor_long, /*n:*/Active_lnor, /*timeNewer:*/Active_lnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 245 false, 246 /*active:*/FindOption.regex, FindOption.timeOlder, FindOption.typeSymlink 247 ), 248 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #typeSymlink l}.*/ 249 Active_lrz( 250 /*i:*/Active_ilrz, /*ignoreCase:*/Active_ilrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alrz_long, /*c:*/FindOptionSet_cilnorz.Active_clrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clrz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmrz_long, /*n:*/Active_lnrz, /*timeNewer:*/Active_lnrz_long, /*o:*/Active_lorz, /*timeOlder:*/Active_lorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 251 true, 252 /*active:*/FindOption.print0, FindOption.regex, FindOption.typeSymlink 253 ), 254 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #typeSymlink l}.*/ 255 Active_lrz_long( 256 /*i:*/Active_ilrz, /*ignoreCase:*/Active_ilrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alrz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alrz_long, /*c:*/FindOptionSet_cilnorz.Active_clrz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clrz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmrz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmrz_long, /*n:*/Active_lnrz, /*timeNewer:*/Active_lnrz_long, /*o:*/Active_lorz, /*timeOlder:*/Active_lorz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 257 false, 258 /*active:*/FindOption.print0, FindOption.regex, FindOption.typeSymlink 259 ), 260 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 261 Active_iln( 262 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnz, /*print0:*/Active_ilnz_long, /*r:*/Active_ilnr, /*regex:*/Active_ilnr_long, /*a:*/FindOptionSet_ailnorz.Active_ailn, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailn_long, /*c:*/FindOptionSet_cilnorz.Active_ciln, /*timeCreate:*/FindOptionSet_cilnorz.Active_ciln_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmn, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmn_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilno, /*timeOlder:*/Active_ilno_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 263 true, 264 /*active:*/FindOption.ignoreCase, FindOption.timeNewer, FindOption.typeSymlink 265 ), 266 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 267 Active_iln_long( 268 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilnz, /*print0:*/Active_ilnz_long, /*r:*/Active_ilnr, /*regex:*/Active_ilnr_long, /*a:*/FindOptionSet_ailnorz.Active_ailn, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailn_long, /*c:*/FindOptionSet_cilnorz.Active_ciln, /*timeCreate:*/FindOptionSet_cilnorz.Active_ciln_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmn, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmn_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_ilno, /*timeOlder:*/Active_ilno_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 269 false, 270 /*active:*/FindOption.ignoreCase, FindOption.timeNewer, FindOption.typeSymlink 271 ), 272 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 273 Active_ilo( 274 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_iloz, /*print0:*/Active_iloz_long, /*r:*/Active_ilor, /*regex:*/Active_ilor_long, /*a:*/FindOptionSet_ailnorz.Active_ailo, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailo_long, /*c:*/FindOptionSet_cilnorz.Active_cilo, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilo_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmo, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmo_long, /*n:*/Active_ilno, /*timeNewer:*/Active_ilno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 275 true, 276 /*active:*/FindOption.ignoreCase, FindOption.timeOlder, FindOption.typeSymlink 277 ), 278 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 279 Active_ilo_long( 280 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_iloz, /*print0:*/Active_iloz_long, /*r:*/Active_ilor, /*regex:*/Active_ilor_long, /*a:*/FindOptionSet_ailnorz.Active_ailo, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailo_long, /*c:*/FindOptionSet_cilnorz.Active_cilo, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilo_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmo, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmo_long, /*n:*/Active_ilno, /*timeNewer:*/Active_ilno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 281 false, 282 /*active:*/FindOption.ignoreCase, FindOption.timeOlder, FindOption.typeSymlink 283 ), 284 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #typeSymlink l}.*/ 285 Active_ilz( 286 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilrz, /*regex:*/Active_ilrz_long, /*a:*/FindOptionSet_ailnorz.Active_ailz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailz_long, /*c:*/FindOptionSet_cilnorz.Active_cilz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmz_long, /*n:*/Active_ilnz, /*timeNewer:*/Active_ilnz_long, /*o:*/Active_iloz, /*timeOlder:*/Active_iloz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 287 true, 288 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.typeSymlink 289 ), 290 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #typeSymlink l}.*/ 291 Active_ilz_long( 292 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_ilrz, /*regex:*/Active_ilrz_long, /*a:*/FindOptionSet_ailnorz.Active_ailz, /*timeAccess:*/FindOptionSet_ailnorz.Active_ailz_long, /*c:*/FindOptionSet_cilnorz.Active_cilz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cilz_long, /*m:*/FindOptionSet_ilmnorz.Active_ilmz, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilmz_long, /*n:*/Active_ilnz, /*timeNewer:*/Active_ilnz_long, /*o:*/Active_iloz, /*timeOlder:*/Active_iloz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 293 false, 294 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.typeSymlink 295 ), 296 /** Option set with the following active options: {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 297 Active_lno( 298 /*i:*/Active_ilno, /*ignoreCase:*/Active_ilno_long, /*z:*/Active_lnoz, /*print0:*/Active_lnoz_long, /*r:*/Active_lnor, /*regex:*/Active_lnor_long, /*a:*/FindOptionSet_ailnorz.Active_alno, /*timeAccess:*/FindOptionSet_ailnorz.Active_alno_long, /*c:*/FindOptionSet_cilnorz.Active_clno, /*timeCreate:*/FindOptionSet_cilnorz.Active_clno_long, /*m:*/FindOptionSet_ilmnorz.Active_lmno, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmno_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 299 true, 300 /*active:*/FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 301 ), 302 /** Option set with the following active options: {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 303 Active_lno_long( 304 /*i:*/Active_ilno, /*ignoreCase:*/Active_ilno_long, /*z:*/Active_lnoz, /*print0:*/Active_lnoz_long, /*r:*/Active_lnor, /*regex:*/Active_lnor_long, /*a:*/FindOptionSet_ailnorz.Active_alno, /*timeAccess:*/FindOptionSet_ailnorz.Active_alno_long, /*c:*/FindOptionSet_cilnorz.Active_clno, /*timeCreate:*/FindOptionSet_cilnorz.Active_clno_long, /*m:*/FindOptionSet_ilmnorz.Active_lmno, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmno_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 305 false, 306 /*active:*/FindOption.timeNewer, FindOption.timeOlder, FindOption.typeSymlink 307 ), 308 /** Option set with the following active options: {@link #print0 z}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 309 Active_lnz( 310 /*i:*/Active_ilnz, /*ignoreCase:*/Active_ilnz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lnrz, /*regex:*/Active_lnrz_long, /*a:*/FindOptionSet_ailnorz.Active_alnz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnz_long, /*c:*/FindOptionSet_cilnorz.Active_clnz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnoz, /*timeOlder:*/Active_lnoz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 311 true, 312 /*active:*/FindOption.print0, FindOption.timeNewer, FindOption.typeSymlink 313 ), 314 /** Option set with the following active options: {@link #print0 z}, {@link #timeNewer n}, {@link #typeSymlink l}.*/ 315 Active_lnz_long( 316 /*i:*/Active_ilnz, /*ignoreCase:*/Active_ilnz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lnrz, /*regex:*/Active_lnrz_long, /*a:*/FindOptionSet_ailnorz.Active_alnz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alnz_long, /*c:*/FindOptionSet_cilnorz.Active_clnz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clnz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmnz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmnz_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lnoz, /*timeOlder:*/Active_lnoz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 317 false, 318 /*active:*/FindOption.print0, FindOption.timeNewer, FindOption.typeSymlink 319 ), 320 /** Option set with the following active options: {@link #print0 z}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 321 Active_loz( 322 /*i:*/Active_iloz, /*ignoreCase:*/Active_iloz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lorz, /*regex:*/Active_lorz_long, /*a:*/FindOptionSet_ailnorz.Active_aloz, /*timeAccess:*/FindOptionSet_ailnorz.Active_aloz_long, /*c:*/FindOptionSet_cilnorz.Active_cloz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cloz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmoz_long, /*n:*/Active_lnoz, /*timeNewer:*/Active_lnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 323 true, 324 /*active:*/FindOption.print0, FindOption.timeOlder, FindOption.typeSymlink 325 ), 326 /** Option set with the following active options: {@link #print0 z}, {@link #timeOlder o}, {@link #typeSymlink l}.*/ 327 Active_loz_long( 328 /*i:*/Active_iloz, /*ignoreCase:*/Active_iloz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lorz, /*regex:*/Active_lorz_long, /*a:*/FindOptionSet_ailnorz.Active_aloz, /*timeAccess:*/FindOptionSet_ailnorz.Active_aloz_long, /*c:*/FindOptionSet_cilnorz.Active_cloz, /*timeCreate:*/FindOptionSet_cilnorz.Active_cloz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmoz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmoz_long, /*n:*/Active_lnoz, /*timeNewer:*/Active_lnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 329 false, 330 /*active:*/FindOption.print0, FindOption.timeOlder, FindOption.typeSymlink 331 ), 332 /** Option set with the following active options: {@link #regex r}, {@link #typeSymlink l}.*/ 333 Active_lr( 334 /*i:*/Active_ilr, /*ignoreCase:*/Active_ilr_long, /*z:*/Active_lrz, /*print0:*/Active_lrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alr, /*timeAccess:*/FindOptionSet_ailnorz.Active_alr_long, /*c:*/FindOptionSet_cilnorz.Active_clr, /*timeCreate:*/FindOptionSet_cilnorz.Active_clr_long, /*m:*/FindOptionSet_ilmnorz.Active_lmr, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmr_long, /*n:*/Active_lnr, /*timeNewer:*/Active_lnr_long, /*o:*/Active_lor, /*timeOlder:*/Active_lor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 335 true, 336 /*active:*/FindOption.regex, FindOption.typeSymlink 337 ), 338 /** Option set with the following active options: {@link #regex r}, {@link #typeSymlink l}.*/ 339 Active_lr_long( 340 /*i:*/Active_ilr, /*ignoreCase:*/Active_ilr_long, /*z:*/Active_lrz, /*print0:*/Active_lrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*a:*/FindOptionSet_ailnorz.Active_alr, /*timeAccess:*/FindOptionSet_ailnorz.Active_alr_long, /*c:*/FindOptionSet_cilnorz.Active_clr, /*timeCreate:*/FindOptionSet_cilnorz.Active_clr_long, /*m:*/FindOptionSet_ilmnorz.Active_lmr, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmr_long, /*n:*/Active_lnr, /*timeNewer:*/Active_lnr_long, /*o:*/Active_lor, /*timeOlder:*/Active_lor_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 341 false, 342 /*active:*/FindOption.regex, FindOption.typeSymlink 343 ), 344 /** Option set with the following active options: {@link #ignoreCase i}, {@link #typeSymlink l}.*/ 345 Active_il( 346 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilz, /*print0:*/Active_ilz_long, /*r:*/Active_ilr, /*regex:*/Active_ilr_long, /*a:*/FindOptionSet_ailnorz.Active_ail, /*timeAccess:*/FindOptionSet_ailnorz.Active_ail_long, /*c:*/FindOptionSet_cilnorz.Active_cil, /*timeCreate:*/FindOptionSet_cilnorz.Active_cil_long, /*m:*/FindOptionSet_ilmnorz.Active_ilm, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilm_long, /*n:*/Active_iln, /*timeNewer:*/Active_iln_long, /*o:*/Active_ilo, /*timeOlder:*/Active_ilo_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 347 true, 348 /*active:*/FindOption.ignoreCase, FindOption.typeSymlink 349 ), 350 /** Option set with the following active options: {@link #ignoreCase i}, {@link #typeSymlink l}.*/ 351 Active_il_long( 352 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_ilz, /*print0:*/Active_ilz_long, /*r:*/Active_ilr, /*regex:*/Active_ilr_long, /*a:*/FindOptionSet_ailnorz.Active_ail, /*timeAccess:*/FindOptionSet_ailnorz.Active_ail_long, /*c:*/FindOptionSet_cilnorz.Active_cil, /*timeCreate:*/FindOptionSet_cilnorz.Active_cil_long, /*m:*/FindOptionSet_ilmnorz.Active_ilm, /*timeModified:*/FindOptionSet_ilmnorz.Active_ilm_long, /*n:*/Active_iln, /*timeNewer:*/Active_iln_long, /*o:*/Active_ilo, /*timeOlder:*/Active_ilo_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 353 false, 354 /*active:*/FindOption.ignoreCase, FindOption.typeSymlink 355 ), 356 /** Option set with the following active options: {@link #timeNewer n}, {@link #typeSymlink l}.*/ 357 Active_ln( 358 /*i:*/Active_iln, /*ignoreCase:*/Active_iln_long, /*z:*/Active_lnz, /*print0:*/Active_lnz_long, /*r:*/Active_lnr, /*regex:*/Active_lnr_long, /*a:*/FindOptionSet_ailnorz.Active_aln, /*timeAccess:*/FindOptionSet_ailnorz.Active_aln_long, /*c:*/FindOptionSet_cilnorz.Active_cln, /*timeCreate:*/FindOptionSet_cilnorz.Active_cln_long, /*m:*/FindOptionSet_ilmnorz.Active_lmn, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmn_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lno, /*timeOlder:*/Active_lno_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 359 true, 360 /*active:*/FindOption.timeNewer, FindOption.typeSymlink 361 ), 362 /** Option set with the following active options: {@link #timeNewer n}, {@link #typeSymlink l}.*/ 363 Active_ln_long( 364 /*i:*/Active_iln, /*ignoreCase:*/Active_iln_long, /*z:*/Active_lnz, /*print0:*/Active_lnz_long, /*r:*/Active_lnr, /*regex:*/Active_lnr_long, /*a:*/FindOptionSet_ailnorz.Active_aln, /*timeAccess:*/FindOptionSet_ailnorz.Active_aln_long, /*c:*/FindOptionSet_cilnorz.Active_cln, /*timeCreate:*/FindOptionSet_cilnorz.Active_cln_long, /*m:*/FindOptionSet_ilmnorz.Active_lmn, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmn_long, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_lno, /*timeOlder:*/Active_lno_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 365 false, 366 /*active:*/FindOption.timeNewer, FindOption.typeSymlink 367 ), 368 /** Option set with the following active options: {@link #timeOlder o}, {@link #typeSymlink l}.*/ 369 Active_lo( 370 /*i:*/Active_ilo, /*ignoreCase:*/Active_ilo_long, /*z:*/Active_loz, /*print0:*/Active_loz_long, /*r:*/Active_lor, /*regex:*/Active_lor_long, /*a:*/FindOptionSet_ailnorz.Active_alo, /*timeAccess:*/FindOptionSet_ailnorz.Active_alo_long, /*c:*/FindOptionSet_cilnorz.Active_clo, /*timeCreate:*/FindOptionSet_cilnorz.Active_clo_long, /*m:*/FindOptionSet_ilmnorz.Active_lmo, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmo_long, /*n:*/Active_lno, /*timeNewer:*/Active_lno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 371 true, 372 /*active:*/FindOption.timeOlder, FindOption.typeSymlink 373 ), 374 /** Option set with the following active options: {@link #timeOlder o}, {@link #typeSymlink l}.*/ 375 Active_lo_long( 376 /*i:*/Active_ilo, /*ignoreCase:*/Active_ilo_long, /*z:*/Active_loz, /*print0:*/Active_loz_long, /*r:*/Active_lor, /*regex:*/Active_lor_long, /*a:*/FindOptionSet_ailnorz.Active_alo, /*timeAccess:*/FindOptionSet_ailnorz.Active_alo_long, /*c:*/FindOptionSet_cilnorz.Active_clo, /*timeCreate:*/FindOptionSet_cilnorz.Active_clo_long, /*m:*/FindOptionSet_ilmnorz.Active_lmo, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmo_long, /*n:*/Active_lno, /*timeNewer:*/Active_lno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 377 false, 378 /*active:*/FindOption.timeOlder, FindOption.typeSymlink 379 ), 380 /** Option set with the following active options: {@link #print0 z}, {@link #typeSymlink l}.*/ 381 Active_lz( 382 /*i:*/Active_ilz, /*ignoreCase:*/Active_ilz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lrz, /*regex:*/Active_lrz_long, /*a:*/FindOptionSet_ailnorz.Active_alz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alz_long, /*c:*/FindOptionSet_cilnorz.Active_clz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmz_long, /*n:*/Active_lnz, /*timeNewer:*/Active_lnz_long, /*o:*/Active_loz, /*timeOlder:*/Active_loz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 383 true, 384 /*active:*/FindOption.print0, FindOption.typeSymlink 385 ), 386 /** Option set with the following active options: {@link #print0 z}, {@link #typeSymlink l}.*/ 387 Active_lz_long( 388 /*i:*/Active_ilz, /*ignoreCase:*/Active_ilz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_lrz, /*regex:*/Active_lrz_long, /*a:*/FindOptionSet_ailnorz.Active_alz, /*timeAccess:*/FindOptionSet_ailnorz.Active_alz_long, /*c:*/FindOptionSet_cilnorz.Active_clz, /*timeCreate:*/FindOptionSet_cilnorz.Active_clz_long, /*m:*/FindOptionSet_ilmnorz.Active_lmz, /*timeModified:*/FindOptionSet_ilmnorz.Active_lmz_long, /*n:*/Active_lnz, /*timeNewer:*/Active_lnz_long, /*o:*/Active_loz, /*timeOlder:*/Active_loz_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 389 false, 390 /*active:*/FindOption.print0, FindOption.typeSymlink 391 ), 392 /** Option set with the following active options: {@link #typeSymlink l}.*/ 393 Active_l( 394 /*i:*/Active_il, /*ignoreCase:*/Active_il_long, /*z:*/Active_lz, /*print0:*/Active_lz_long, /*r:*/Active_lr, /*regex:*/Active_lr_long, /*a:*/FindOptionSet_ailnorz.Active_al, /*timeAccess:*/FindOptionSet_ailnorz.Active_al_long, /*c:*/FindOptionSet_cilnorz.Active_cl, /*timeCreate:*/FindOptionSet_cilnorz.Active_cl_long, /*m:*/FindOptionSet_ilmnorz.Active_lm, /*timeModified:*/FindOptionSet_ilmnorz.Active_lm_long, /*n:*/Active_ln, /*timeNewer:*/Active_ln_long, /*o:*/Active_lo, /*timeOlder:*/Active_lo_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 395 true, 396 /*active:*/FindOption.typeSymlink 397 ), 398 /** Option set with the following active options: {@link #typeSymlink l}.*/ 399 Active_l_long( 400 /*i:*/Active_il, /*ignoreCase:*/Active_il_long, /*z:*/Active_lz, /*print0:*/Active_lz_long, /*r:*/Active_lr, /*regex:*/Active_lr_long, /*a:*/FindOptionSet_ailnorz.Active_al, /*timeAccess:*/FindOptionSet_ailnorz.Active_al_long, /*c:*/FindOptionSet_cilnorz.Active_cl, /*timeCreate:*/FindOptionSet_cilnorz.Active_cl_long, /*m:*/FindOptionSet_ilmnorz.Active_lm, /*timeModified:*/FindOptionSet_ilmnorz.Active_lm_long, /*n:*/Active_ln, /*timeNewer:*/Active_ln_long, /*o:*/Active_lo, /*timeOlder:*/Active_lo_long, /*l:*/null /*already set*/, /*typeSymlink:*/null /*already set*/, 401 false, 402 /*active:*/FindOption.typeSymlink 403 ); 404 private FindOptionSet_acilmnorz( 405 FindOptionSet_acilmnorz i, FindOptionSet_acilmnorz ignoreCase, FindOptionSet_acilmnorz z, FindOptionSet_acilmnorz print0, FindOptionSet_acilmnorz r, FindOptionSet_acilmnorz regex, FindOptionSet_ailnorz a, FindOptionSet_ailnorz timeAccess, FindOptionSet_cilnorz c, FindOptionSet_cilnorz timeCreate, FindOptionSet_ilmnorz m, FindOptionSet_ilmnorz timeModified, FindOptionSet_acilmnorz n, FindOptionSet_acilmnorz timeNewer, FindOptionSet_acilmnorz o, FindOptionSet_acilmnorz timeOlder, FindOptionSet_acilmnorz l, FindOptionSet_acilmnorz typeSymlink, 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 = notNull(a); 416 this.timeAccess = notNull(timeAccess); 417 this.c = notNull(c); 418 this.timeCreate = notNull(timeCreate); 419 this.m = notNull(m); 420 this.timeModified = notNull(timeModified); 421 this.n = n == null ? this : n; 422 this.timeNewer = timeNewer == null ? this : timeNewer; 423 this.o = o == null ? this : o; 424 this.timeOlder = timeOlder == null ? this : timeOlder; 425 this.l = l == null ? this : l; 426 this.typeSymlink = typeSymlink == null ? this : typeSymlink; 427 this.useAcronym = useAcronym; 428 this.options = activeOptions.length == 0 ? EnumSet.noneOf(FindOption.class) : EnumSet.copyOf(Arrays.asList(activeOptions)); 429 } 430 private final boolean useAcronym; 431 /** 432 * Option {@code "-i"}: Use case insensitive matching when applying the file name pattern 433 specified by the name operand 434<p> 435 (This option is ignored if no name operand is specified). 436 * <p> 437 * The option {@code "-i"} is equivalent to the {@code "--}{@link #ignoreCase ignoreCase}{@code "} option. 438 * <p> 439 * Technically speaking, this field points to a set with the options of the 440 * current set plus the option {@code "-i"}. If the option {@code "-i"} 441 * is already set, the field {@code i} points to the enum constant itself 442 * as it already represents the current set of options. 443 */ 444 public final FindOptionSet_acilmnorz i; 445 /** 446 * Option {@code "--ignoreCase"}: Use case insensitive matching when applying the file name pattern 447 specified by the name operand 448<p> 449 (This option is ignored if no name operand is specified). 450 * <p> 451 * The option {@code "--ignoreCase"} is equivalent to the {@code "-}{@link #i i}{@code "} option. 452 * <p> 453 * Technically speaking, this field points to a set with the options of the 454 * current set plus the option {@code "--ignoreCase"}. If the option {@code "--ignoreCase"} 455 * is already set, the field {@code ignoreCase} points to the enum constant itself 456 * as it already represents the current set of options. 457 */ 458 public final FindOptionSet_acilmnorz ignoreCase; 459 /** 460 * Option {@code "-z"}: Print the full file name on the standard output, followed by a null 461 character (instead of the newline character used by default). This 462 allows file names that contain newlines or other types of white 463 space to be correctly interpreted by programs that process the find 464 output. This option corresponds to the --delimiter0 option of xargs. 465 * <p> 466 * The option {@code "-z"} is equivalent to the {@code "--}{@link #print0 print0}{@code "} option. 467 * <p> 468 * Technically speaking, this field points to a set with the options of the 469 * current set plus the option {@code "-z"}. If the option {@code "-z"} 470 * is already set, the field {@code z} points to the enum constant itself 471 * as it already represents the current set of options. 472 */ 473 public final FindOptionSet_acilmnorz z; 474 /** 475 * Option {@code "--print0"}: Print the full file name on the standard output, followed by a null 476 character (instead of the newline character used by default). This 477 allows file names that contain newlines or other types of white 478 space to be correctly interpreted by programs that process the find 479 output. This option corresponds to the --delimiter0 option of xargs. 480 * <p> 481 * The option {@code "--print0"} is equivalent to the {@code "-}{@link #z z}{@code "} option. 482 * <p> 483 * Technically speaking, this field points to a set with the options of the 484 * current set plus the option {@code "--print0"}. If the option {@code "--print0"} 485 * is already set, the field {@code print0} points to the enum constant itself 486 * as it already represents the current set of options. 487 */ 488 public final FindOptionSet_acilmnorz print0; 489 /** 490 * Option {@code "-r"}: Use full regular expression syntax for the patterns specified by the 491 name operand 492<p> 493 (This option is ignored if no name operand is specified). 494 * <p> 495 * The option {@code "-r"} is equivalent to the {@code "--}{@link #regex regex}{@code "} option. 496 * <p> 497 * Technically speaking, this field points to a set with the options of the 498 * current set plus the option {@code "-r"}. If the option {@code "-r"} 499 * is already set, the field {@code r} points to the enum constant itself 500 * as it already represents the current set of options. 501 */ 502 public final FindOptionSet_acilmnorz r; 503 /** 504 * Option {@code "--regex"}: Use full regular expression syntax for the patterns specified by the 505 name operand 506<p> 507 (This option is ignored if no name operand is specified). 508 * <p> 509 * The option {@code "--regex"} is equivalent to the {@code "-}{@link #r r}{@code "} option. 510 * <p> 511 * Technically speaking, this field points to a set with the options of the 512 * current set plus the option {@code "--regex"}. If the option {@code "--regex"} 513 * is already set, the field {@code regex} points to the enum constant itself 514 * as it already represents the current set of options. 515 */ 516 public final FindOptionSet_acilmnorz regex; 517 /** 518 * Option {@code "-a"}: The time operand refers to the last access time of the file 519 <p> 520 (This option is ignored if no time operand is specified). 521 * <p> 522 * The option {@code "-a"} is equivalent to the {@code "--}{@link #timeAccess timeAccess}{@code "} option. 523 * <p> 524 * Technically speaking, this field points to a set with the options of the 525 * current set plus the option {@code "-a"}. If the option {@code "-a"} 526 * is already set, the field {@code a} points to the enum constant itself 527 * as it already represents the current set of options. 528 */ 529 public final FindOptionSet_ailnorz a; 530 /** 531 * Option {@code "--timeAccess"}: The time operand refers to the last access time of the file 532 <p> 533 (This option is ignored if no time operand is specified). 534 * <p> 535 * The option {@code "--timeAccess"} is equivalent to the {@code "-}{@link #a a}{@code "} option. 536 * <p> 537 * Technically speaking, this field points to a set with the options of the 538 * current set plus the option {@code "--timeAccess"}. If the option {@code "--timeAccess"} 539 * is already set, the field {@code timeAccess} points to the enum constant itself 540 * as it already represents the current set of options. 541 */ 542 public final FindOptionSet_ailnorz timeAccess; 543 /** 544 * Option {@code "-c"}: The time operand refers to the creation time of the file 545 <p> 546 (This option is ignored if no time operand is specified). 547 * <p> 548 * The option {@code "-c"} is equivalent to the {@code "--}{@link #timeCreate timeCreate}{@code "} option. 549 * <p> 550 * Technically speaking, this field points to a set with the options of the 551 * current set plus the option {@code "-c"}. If the option {@code "-c"} 552 * is already set, the field {@code c} points to the enum constant itself 553 * as it already represents the current set of options. 554 */ 555 public final FindOptionSet_cilnorz c; 556 /** 557 * Option {@code "--timeCreate"}: The time operand refers to the creation time of the file 558 <p> 559 (This option is ignored if no time operand is specified). 560 * <p> 561 * The option {@code "--timeCreate"} is equivalent to the {@code "-}{@link #c c}{@code "} option. 562 * <p> 563 * Technically speaking, this field points to a set with the options of the 564 * current set plus the option {@code "--timeCreate"}. If the option {@code "--timeCreate"} 565 * is already set, the field {@code timeCreate} points to the enum constant itself 566 * as it already represents the current set of options. 567 */ 568 public final FindOptionSet_cilnorz timeCreate; 569 /** 570 * Option {@code "-m"}: The time operand refers to the last modification time of the file 571 (the default) 572 <p> 573 (This option is ignored if no time operand is specified). 574 * <p> 575 * The option {@code "-m"} is equivalent to the {@code "--}{@link #timeModified timeModified}{@code "} option. 576 * <p> 577 * Technically speaking, this field points to a set with the options of the 578 * current set plus the option {@code "-m"}. If the option {@code "-m"} 579 * is already set, the field {@code m} points to the enum constant itself 580 * as it already represents the current set of options. 581 */ 582 public final FindOptionSet_ilmnorz m; 583 /** 584 * Option {@code "--timeModified"}: The time operand refers to the last modification time of the file 585 (the default) 586 <p> 587 (This option is ignored if no time operand is specified). 588 * <p> 589 * The option {@code "--timeModified"} is equivalent to the {@code "-}{@link #m m}{@code "} option. 590 * <p> 591 * Technically speaking, this field points to a set with the options of the 592 * current set plus the option {@code "--timeModified"}. If the option {@code "--timeModified"} 593 * is already set, the field {@code timeModified} points to the enum constant itself 594 * as it already represents the current set of options. 595 */ 596 public final FindOptionSet_ilmnorz timeModified; 597 /** 598 * Option {@code "-n"}: Consider only files that have been created, modified or accessed 599 after or at the time specified by the time operand (the default) 600 <p> 601 (This option is ignored if no time operand is specified). 602 * <p> 603 * The option {@code "-n"} is equivalent to the {@code "--}{@link #timeNewer timeNewer}{@code "} option. 604 * <p> 605 * Technically speaking, this field points to a set with the options of the 606 * current set plus the option {@code "-n"}. If the option {@code "-n"} 607 * is already set, the field {@code n} points to the enum constant itself 608 * as it already represents the current set of options. 609 */ 610 public final FindOptionSet_acilmnorz n; 611 /** 612 * Option {@code "--timeNewer"}: Consider only files that have been created, modified or accessed 613 after or at the time specified by the time operand (the default) 614 <p> 615 (This option is ignored if no time operand is specified). 616 * <p> 617 * The option {@code "--timeNewer"} is equivalent to the {@code "-}{@link #n n}{@code "} option. 618 * <p> 619 * Technically speaking, this field points to a set with the options of the 620 * current set plus the option {@code "--timeNewer"}. If the option {@code "--timeNewer"} 621 * is already set, the field {@code timeNewer} points to the enum constant itself 622 * as it already represents the current set of options. 623 */ 624 public final FindOptionSet_acilmnorz timeNewer; 625 /** 626 * Option {@code "-o"}: Consider only files that have been created, modified or accessed 627 before or at the time specified by the time operand 628 <p> 629 (This option is ignored if no time operand is specified). 630 * <p> 631 * The option {@code "-o"} is equivalent to the {@code "--}{@link #timeOlder timeOlder}{@code "} option. 632 * <p> 633 * Technically speaking, this field points to a set with the options of the 634 * current set plus the option {@code "-o"}. If the option {@code "-o"} 635 * is already set, the field {@code o} points to the enum constant itself 636 * as it already represents the current set of options. 637 */ 638 public final FindOptionSet_acilmnorz o; 639 /** 640 * Option {@code "--timeOlder"}: Consider only files that have been created, modified or accessed 641 before or at the time specified by the time operand 642 <p> 643 (This option is ignored if no time operand is specified). 644 * <p> 645 * The option {@code "--timeOlder"} is equivalent to the {@code "-}{@link #o o}{@code "} option. 646 * <p> 647 * Technically speaking, this field points to a set with the options of the 648 * current set plus the option {@code "--timeOlder"}. If the option {@code "--timeOlder"} 649 * is already set, the field {@code timeOlder} points to the enum constant itself 650 * as it already represents the current set of options. 651 */ 652 public final FindOptionSet_acilmnorz timeOlder; 653 /** 654 * Option {@code "-l"}: Consider only symbolic links 655 * <p> 656 * The option {@code "-l"} is equivalent to the {@code "--}{@link #typeSymlink typeSymlink}{@code "} option. 657 * <p> 658 * Technically speaking, this field points to a set with the options of the 659 * current set plus the option {@code "-l"}. If the option {@code "-l"} 660 * is already set, the field {@code l} points to the enum constant itself 661 * as it already represents the current set of options. 662 */ 663 public final FindOptionSet_acilmnorz l; 664 /** 665 * Option {@code "--typeSymlink"}: Consider only symbolic links 666 * <p> 667 * The option {@code "--typeSymlink"} is equivalent to the {@code "-}{@link #l l}{@code "} option. 668 * <p> 669 * Technically speaking, this field points to a set with the options of the 670 * current set plus the option {@code "--typeSymlink"}. If the option {@code "--typeSymlink"} 671 * is already set, the field {@code typeSymlink} points to the enum constant itself 672 * as it already represents the current set of options. 673 */ 674 public final FindOptionSet_acilmnorz typeSymlink; 675 private final EnumSet<FindOption> options; 676 677 //inherit javadoc 678 @Override 679 public Class<FindOption> optionType() { 680 return FindOption.class; 681 } 682 //inherit javadoc 683 @Override 684 public boolean isSet(FindOption option) { 685 return options.contains(option); 686 } 687 //inherit javadoc 688 @Override 689 public int size() { 690 return options.size(); 691 } 692 /** 693 * Checks that the given {@code value} is not null and throws an exception 694 * otherwise. 695 * 696 * @param the value to check 697 * @return the given {@code value} if it is not null 698 * @throws NullPointerException if {@code value==null} 699 */ 700 private static <T> T notNull(T value) { 701 if (value != null) return value; 702 throw new NullPointerException(); 703 } 704 /** 705 * Returns the set with the active options. The returned set a new defensive 706 * copy instance created when this method is called, modifications of this 707 * set will therefore not alter {@code this} option set. 708 * 709 * @return a copy of the set with the active options. 710 */ 711 @Override 712 public EnumSet<FindOption> asSet() { 713 return EnumSet.copyOf(options); 714 } 715 /** 716 * Returns an immutable iterator with the active options of this option set. 717 * 718 * @return an immutable iterator for over the active options 719 */ 720 @Override 721 public Iterator<FindOption> iterator() { 722 return Collections.unmodifiableSet(options).iterator(); 723 } 724 /** 725 * Returns true if the {@link Option#acronym() acronym} should be used in 726 * for the specified {@code option} string representations. 727 * <p> 728 * In particular and independent from the {@code option} argument, this 729 * option set returns true if the last option added to this set was an 730 * acronym, and false if it was a long option name. 731 * <p> 732 * For instance, the set defined as 733 * <pre> 734 * FindOptionSet_acilmnorz.ignoreCase.z; 735 * </pre> 736 * uses acronyms, that is, this method always returns true for the above 737 * set. 738 * <p> 739 * On the other hand, long option names are used and this method always 740 * returns false for the set 741 * <pre> 742 * FindOptionSet_acilmnorz.i.print0; 743 * </pre> 744 * <p> 745 * Note that a repeated option is <i>not</i> treated as the last set option. 746 * For instance, the first and last option of the following set are 747 * equivalent and acronyms are used: 748 * <pre> 749 * FindOptionSet_acilmnorz.i.z.ignoreCase; 750 * </pre> 751 * <p> 752 * This method always returns true for the empty set with no active options. 753 * 754 * @param option 755 * the option of interest, has no impact on the result returned 756 * by this method 757 * @return true if option acronyms should be used for string representations 758 * of any option of this option set 759 */ 760 @Override 761 public boolean useAcronymFor(FindOption option) { 762 return useAcronym; 763 } 764}