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 #m m}, {@link #n n}, {@link #o o}, {@link #d d}. 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_dimnorz implements FindOptions { 020 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 021 Active_dimnorz( 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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 023 true, 024 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 025 ), 026 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 027 Active_dimnorz_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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 029 false, 030 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 031 ), 032 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 033 Active_dimnor( 034 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnorz, /*print0:*/Active_dimnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 035 true, 036 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 037 ), 038 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 039 Active_dimnor_long( 040 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnorz, /*print0:*/Active_dimnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 041 false, 042 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 043 ), 044 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 045 Active_dimnrz( 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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnorz, /*timeOlder:*/Active_dimnorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 047 true, 048 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 049 ), 050 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 051 Active_dimnrz_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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnorz, /*timeOlder:*/Active_dimnorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 053 false, 054 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 055 ), 056 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 057 Active_dimorz( 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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnorz, /*timeNewer:*/Active_dimnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 059 true, 060 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 061 ), 062 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 063 Active_dimorz_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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnorz, /*timeNewer:*/Active_dimnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 065 false, 066 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 067 ), 068 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 069 Active_dmnorz( 070 /*i:*/Active_dimnorz, /*ignoreCase:*/Active_dimnorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 071 true, 072 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 073 ), 074 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 075 Active_dmnorz_long( 076 /*i:*/Active_dimnorz, /*ignoreCase:*/Active_dimnorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 077 false, 078 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 079 ), 080 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 081 Active_dimnoz( 082 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimnorz, /*regex:*/Active_dimnorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 083 true, 084 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 085 ), 086 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 087 Active_dimnoz_long( 088 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimnorz, /*regex:*/Active_dimnorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 089 false, 090 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 091 ), 092 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 093 Active_dimnr( 094 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnrz, /*print0:*/Active_dimnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnor, /*timeOlder:*/Active_dimnor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 095 true, 096 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 097 ), 098 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 099 Active_dimnr_long( 100 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnrz, /*print0:*/Active_dimnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnor, /*timeOlder:*/Active_dimnor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 101 false, 102 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 103 ), 104 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 105 Active_dimor( 106 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimorz, /*print0:*/Active_dimorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnor, /*timeNewer:*/Active_dimnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 107 true, 108 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 109 ), 110 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 111 Active_dimor_long( 112 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimorz, /*print0:*/Active_dimorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnor, /*timeNewer:*/Active_dimnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 113 false, 114 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 115 ), 116 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 117 Active_dimrz( 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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnrz, /*timeNewer:*/Active_dimnrz_long, /*o:*/Active_dimorz, /*timeOlder:*/Active_dimorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 119 true, 120 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 121 ), 122 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 123 Active_dimrz_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*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnrz, /*timeNewer:*/Active_dimnrz_long, /*o:*/Active_dimorz, /*timeOlder:*/Active_dimorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 125 false, 126 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 127 ), 128 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 129 Active_dmnor( 130 /*i:*/Active_dimnor, /*ignoreCase:*/Active_dimnor_long, /*z:*/Active_dmnorz, /*print0:*/Active_dmnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 131 true, 132 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 133 ), 134 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 135 Active_dmnor_long( 136 /*i:*/Active_dimnor, /*ignoreCase:*/Active_dimnor_long, /*z:*/Active_dmnorz, /*print0:*/Active_dmnorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 137 false, 138 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 139 ), 140 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 141 Active_dmnrz( 142 /*i:*/Active_dimnrz, /*ignoreCase:*/Active_dimnrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnorz, /*timeOlder:*/Active_dmnorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 143 true, 144 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 145 ), 146 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 147 Active_dmnrz_long( 148 /*i:*/Active_dimnrz, /*ignoreCase:*/Active_dimnrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnorz, /*timeOlder:*/Active_dmnorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 149 false, 150 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 151 ), 152 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 153 Active_dmorz( 154 /*i:*/Active_dimorz, /*ignoreCase:*/Active_dimorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnorz, /*timeNewer:*/Active_dmnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 155 true, 156 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 157 ), 158 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 159 Active_dmorz_long( 160 /*i:*/Active_dimorz, /*ignoreCase:*/Active_dimorz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnorz, /*timeNewer:*/Active_dmnorz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 161 false, 162 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 163 ), 164 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 165 Active_dimno( 166 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnoz, /*print0:*/Active_dimnoz_long, /*r:*/Active_dimnor, /*regex:*/Active_dimnor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 167 true, 168 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 169 ), 170 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 171 Active_dimno_long( 172 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnoz, /*print0:*/Active_dimnoz_long, /*r:*/Active_dimnor, /*regex:*/Active_dimnor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 173 false, 174 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 175 ), 176 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 177 Active_dimnz( 178 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimnrz, /*regex:*/Active_dimnrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnoz, /*timeOlder:*/Active_dimnoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 179 true, 180 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 181 ), 182 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 183 Active_dimnz_long( 184 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimnrz, /*regex:*/Active_dimnrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimnoz, /*timeOlder:*/Active_dimnoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 185 false, 186 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 187 ), 188 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 189 Active_dimoz( 190 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimorz, /*regex:*/Active_dimorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnoz, /*timeNewer:*/Active_dimnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 191 true, 192 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 193 ), 194 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 195 Active_dimoz_long( 196 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimorz, /*regex:*/Active_dimorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnoz, /*timeNewer:*/Active_dimnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 197 false, 198 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 199 ), 200 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 201 Active_dmnoz( 202 /*i:*/Active_dimnoz, /*ignoreCase:*/Active_dimnoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmnorz, /*regex:*/Active_dmnorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 203 true, 204 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 205 ), 206 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 207 Active_dmnoz_long( 208 /*i:*/Active_dimnoz, /*ignoreCase:*/Active_dimnoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmnorz, /*regex:*/Active_dmnorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 209 false, 210 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 211 ), 212 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 213 Active_dimr( 214 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimrz, /*print0:*/Active_dimrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnr, /*timeNewer:*/Active_dimnr_long, /*o:*/Active_dimor, /*timeOlder:*/Active_dimor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 215 true, 216 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 217 ), 218 /** Option set with the following active options: {@link #ignoreCase i}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 219 Active_dimr_long( 220 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimrz, /*print0:*/Active_dimrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnr, /*timeNewer:*/Active_dimnr_long, /*o:*/Active_dimor, /*timeOlder:*/Active_dimor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 221 false, 222 /*active:*/FindOption.ignoreCase, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 223 ), 224 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 225 Active_dmnr( 226 /*i:*/Active_dimnr, /*ignoreCase:*/Active_dimnr_long, /*z:*/Active_dmnrz, /*print0:*/Active_dmnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnor, /*timeOlder:*/Active_dmnor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 227 true, 228 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 229 ), 230 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 231 Active_dmnr_long( 232 /*i:*/Active_dimnr, /*ignoreCase:*/Active_dimnr_long, /*z:*/Active_dmnrz, /*print0:*/Active_dmnrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnor, /*timeOlder:*/Active_dmnor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 233 false, 234 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 235 ), 236 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 237 Active_dmor( 238 /*i:*/Active_dimor, /*ignoreCase:*/Active_dimor_long, /*z:*/Active_dmorz, /*print0:*/Active_dmorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnor, /*timeNewer:*/Active_dmnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 239 true, 240 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 241 ), 242 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 243 Active_dmor_long( 244 /*i:*/Active_dimor, /*ignoreCase:*/Active_dimor_long, /*z:*/Active_dmorz, /*print0:*/Active_dmorz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnor, /*timeNewer:*/Active_dmnor_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 245 false, 246 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 247 ), 248 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 249 Active_dmrz( 250 /*i:*/Active_dimrz, /*ignoreCase:*/Active_dimrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnrz, /*timeNewer:*/Active_dmnrz_long, /*o:*/Active_dmorz, /*timeOlder:*/Active_dmorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 251 true, 252 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 253 ), 254 /** Option set with the following active options: {@link #print0 z}, {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 255 Active_dmrz_long( 256 /*i:*/Active_dimrz, /*ignoreCase:*/Active_dimrz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnrz, /*timeNewer:*/Active_dmnrz_long, /*o:*/Active_dmorz, /*timeOlder:*/Active_dmorz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 257 false, 258 /*active:*/FindOption.print0, FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 259 ), 260 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 261 Active_dimn( 262 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnz, /*print0:*/Active_dimnz_long, /*r:*/Active_dimnr, /*regex:*/Active_dimnr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimno, /*timeOlder:*/Active_dimno_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 263 true, 264 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 265 ), 266 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 267 Active_dimn_long( 268 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimnz, /*print0:*/Active_dimnz_long, /*r:*/Active_dimnr, /*regex:*/Active_dimnr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dimno, /*timeOlder:*/Active_dimno_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 269 false, 270 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 271 ), 272 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 273 Active_dimo( 274 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimoz, /*print0:*/Active_dimoz_long, /*r:*/Active_dimor, /*regex:*/Active_dimor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimno, /*timeNewer:*/Active_dimno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 275 true, 276 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 277 ), 278 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 279 Active_dimo_long( 280 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimoz, /*print0:*/Active_dimoz_long, /*r:*/Active_dimor, /*regex:*/Active_dimor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimno, /*timeNewer:*/Active_dimno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 281 false, 282 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 283 ), 284 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 285 Active_dimz( 286 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimrz, /*regex:*/Active_dimrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnz, /*timeNewer:*/Active_dimnz_long, /*o:*/Active_dimoz, /*timeOlder:*/Active_dimoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 287 true, 288 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.typeDirectory 289 ), 290 /** Option set with the following active options: {@link #ignoreCase i}, {@link #print0 z}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 291 Active_dimz_long( 292 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dimrz, /*regex:*/Active_dimrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimnz, /*timeNewer:*/Active_dimnz_long, /*o:*/Active_dimoz, /*timeOlder:*/Active_dimoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 293 false, 294 /*active:*/FindOption.ignoreCase, FindOption.print0, FindOption.timeModified, FindOption.typeDirectory 295 ), 296 /** Option set with the following active options: {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 297 Active_dmno( 298 /*i:*/Active_dimno, /*ignoreCase:*/Active_dimno_long, /*z:*/Active_dmnoz, /*print0:*/Active_dmnoz_long, /*r:*/Active_dmnor, /*regex:*/Active_dmnor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 299 true, 300 /*active:*/FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 301 ), 302 /** Option set with the following active options: {@link #timeModified m}, {@link #timeNewer n}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 303 Active_dmno_long( 304 /*i:*/Active_dimno, /*ignoreCase:*/Active_dimno_long, /*z:*/Active_dmnoz, /*print0:*/Active_dmnoz_long, /*r:*/Active_dmnor, /*regex:*/Active_dmnor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 305 false, 306 /*active:*/FindOption.timeModified, FindOption.timeNewer, FindOption.timeOlder, FindOption.typeDirectory 307 ), 308 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 309 Active_dmnz( 310 /*i:*/Active_dimnz, /*ignoreCase:*/Active_dimnz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmnrz, /*regex:*/Active_dmnrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnoz, /*timeOlder:*/Active_dmnoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 311 true, 312 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 313 ), 314 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 315 Active_dmnz_long( 316 /*i:*/Active_dimnz, /*ignoreCase:*/Active_dimnz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmnrz, /*regex:*/Active_dmnrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmnoz, /*timeOlder:*/Active_dmnoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 317 false, 318 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 319 ), 320 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 321 Active_dmoz( 322 /*i:*/Active_dimoz, /*ignoreCase:*/Active_dimoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmorz, /*regex:*/Active_dmorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnoz, /*timeNewer:*/Active_dmnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 323 true, 324 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 325 ), 326 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 327 Active_dmoz_long( 328 /*i:*/Active_dimoz, /*ignoreCase:*/Active_dimoz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmorz, /*regex:*/Active_dmorz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnoz, /*timeNewer:*/Active_dmnoz_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 329 false, 330 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 331 ), 332 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 333 Active_dmr( 334 /*i:*/Active_dimr, /*ignoreCase:*/Active_dimr_long, /*z:*/Active_dmrz, /*print0:*/Active_dmrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnr, /*timeNewer:*/Active_dmnr_long, /*o:*/Active_dmor, /*timeOlder:*/Active_dmor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 335 true, 336 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 337 ), 338 /** Option set with the following active options: {@link #regex r}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 339 Active_dmr_long( 340 /*i:*/Active_dimr, /*ignoreCase:*/Active_dimr_long, /*z:*/Active_dmrz, /*print0:*/Active_dmrz_long, /*r:*/null /*already set*/, /*regex:*/null /*already set*/, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnr, /*timeNewer:*/Active_dmnr_long, /*o:*/Active_dmor, /*timeOlder:*/Active_dmor_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 341 false, 342 /*active:*/FindOption.regex, FindOption.timeModified, FindOption.typeDirectory 343 ), 344 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 345 Active_dim( 346 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimz, /*print0:*/Active_dimz_long, /*r:*/Active_dimr, /*regex:*/Active_dimr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimn, /*timeNewer:*/Active_dimn_long, /*o:*/Active_dimo, /*timeOlder:*/Active_dimo_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 347 true, 348 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.typeDirectory 349 ), 350 /** Option set with the following active options: {@link #ignoreCase i}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 351 Active_dim_long( 352 /*i:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*z:*/Active_dimz, /*print0:*/Active_dimz_long, /*r:*/Active_dimr, /*regex:*/Active_dimr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dimn, /*timeNewer:*/Active_dimn_long, /*o:*/Active_dimo, /*timeOlder:*/Active_dimo_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 353 false, 354 /*active:*/FindOption.ignoreCase, FindOption.timeModified, FindOption.typeDirectory 355 ), 356 /** Option set with the following active options: {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 357 Active_dmn( 358 /*i:*/Active_dimn, /*ignoreCase:*/Active_dimn_long, /*z:*/Active_dmnz, /*print0:*/Active_dmnz_long, /*r:*/Active_dmnr, /*regex:*/Active_dmnr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmno, /*timeOlder:*/Active_dmno_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 359 true, 360 /*active:*/FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 361 ), 362 /** Option set with the following active options: {@link #timeModified m}, {@link #timeNewer n}, {@link #typeDirectory d}.*/ 363 Active_dmn_long( 364 /*i:*/Active_dimn, /*ignoreCase:*/Active_dimn_long, /*z:*/Active_dmnz, /*print0:*/Active_dmnz_long, /*r:*/Active_dmnr, /*regex:*/Active_dmnr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/null /*already set*/, /*timeNewer:*/null /*already set*/, /*o:*/Active_dmno, /*timeOlder:*/Active_dmno_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 365 false, 366 /*active:*/FindOption.timeModified, FindOption.timeNewer, FindOption.typeDirectory 367 ), 368 /** Option set with the following active options: {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 369 Active_dmo( 370 /*i:*/Active_dimo, /*ignoreCase:*/Active_dimo_long, /*z:*/Active_dmoz, /*print0:*/Active_dmoz_long, /*r:*/Active_dmor, /*regex:*/Active_dmor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmno, /*timeNewer:*/Active_dmno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 371 true, 372 /*active:*/FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 373 ), 374 /** Option set with the following active options: {@link #timeModified m}, {@link #timeOlder o}, {@link #typeDirectory d}.*/ 375 Active_dmo_long( 376 /*i:*/Active_dimo, /*ignoreCase:*/Active_dimo_long, /*z:*/Active_dmoz, /*print0:*/Active_dmoz_long, /*r:*/Active_dmor, /*regex:*/Active_dmor_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmno, /*timeNewer:*/Active_dmno_long, /*o:*/null /*already set*/, /*timeOlder:*/null /*already set*/, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 377 false, 378 /*active:*/FindOption.timeModified, FindOption.timeOlder, FindOption.typeDirectory 379 ), 380 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 381 Active_dmz( 382 /*i:*/Active_dimz, /*ignoreCase:*/Active_dimz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmrz, /*regex:*/Active_dmrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnz, /*timeNewer:*/Active_dmnz_long, /*o:*/Active_dmoz, /*timeOlder:*/Active_dmoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 383 true, 384 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.typeDirectory 385 ), 386 /** Option set with the following active options: {@link #print0 z}, {@link #timeModified m}, {@link #typeDirectory d}.*/ 387 Active_dmz_long( 388 /*i:*/Active_dimz, /*ignoreCase:*/Active_dimz_long, /*z:*/null /*already set*/, /*print0:*/null /*already set*/, /*r:*/Active_dmrz, /*regex:*/Active_dmrz_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmnz, /*timeNewer:*/Active_dmnz_long, /*o:*/Active_dmoz, /*timeOlder:*/Active_dmoz_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 389 false, 390 /*active:*/FindOption.print0, FindOption.timeModified, FindOption.typeDirectory 391 ), 392 /** Option set with the following active options: {@link #timeModified m}, {@link #typeDirectory d}.*/ 393 Active_dm( 394 /*i:*/Active_dim, /*ignoreCase:*/Active_dim_long, /*z:*/Active_dmz, /*print0:*/Active_dmz_long, /*r:*/Active_dmr, /*regex:*/Active_dmr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmn, /*timeNewer:*/Active_dmn_long, /*o:*/Active_dmo, /*timeOlder:*/Active_dmo_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 395 true, 396 /*active:*/FindOption.timeModified, FindOption.typeDirectory 397 ), 398 /** Option set with the following active options: {@link #timeModified m}, {@link #typeDirectory d}.*/ 399 Active_dm_long( 400 /*i:*/Active_dim, /*ignoreCase:*/Active_dim_long, /*z:*/Active_dmz, /*print0:*/Active_dmz_long, /*r:*/Active_dmr, /*regex:*/Active_dmr_long, /*m:*/null /*already set*/, /*timeModified:*/null /*already set*/, /*n:*/Active_dmn, /*timeNewer:*/Active_dmn_long, /*o:*/Active_dmo, /*timeOlder:*/Active_dmo_long, /*d:*/null /*already set*/, /*typeDirectory:*/null /*already set*/, 401 false, 402 /*active:*/FindOption.timeModified, FindOption.typeDirectory 403 ); 404 private FindOptionSet_dimnorz( 405 FindOptionSet_dimnorz i, FindOptionSet_dimnorz ignoreCase, FindOptionSet_dimnorz z, FindOptionSet_dimnorz print0, FindOptionSet_dimnorz r, FindOptionSet_dimnorz regex, FindOptionSet_dimnorz m, FindOptionSet_dimnorz timeModified, FindOptionSet_dimnorz n, FindOptionSet_dimnorz timeNewer, FindOptionSet_dimnorz o, FindOptionSet_dimnorz timeOlder, FindOptionSet_dimnorz d, FindOptionSet_dimnorz typeDirectory, 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.m = m == null ? this : m; 416 this.timeModified = timeModified == null ? this : timeModified; 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.d = d == null ? this : d; 422 this.typeDirectory = typeDirectory == null ? this : typeDirectory; 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_dimnorz 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_dimnorz 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_dimnorz 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_dimnorz 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_dimnorz 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_dimnorz regex; 513 /** 514 * Option {@code "-m"}: The time operand refers to the last modification time of the file 515 (the default) 516 <p> 517 (This option is ignored if no time operand is specified). 518 * <p> 519 * The option {@code "-m"} is equivalent to the {@code "--}{@link #timeModified timeModified}{@code "} option. 520 * <p> 521 * Technically speaking, this field points to a set with the options of the 522 * current set plus the option {@code "-m"}. If the option {@code "-m"} 523 * is already set, the field {@code m} points to the enum constant itself 524 * as it already represents the current set of options. 525 */ 526 public final FindOptionSet_dimnorz m; 527 /** 528 * Option {@code "--timeModified"}: The time operand refers to the last modification time of the file 529 (the default) 530 <p> 531 (This option is ignored if no time operand is specified). 532 * <p> 533 * The option {@code "--timeModified"} is equivalent to the {@code "-}{@link #m m}{@code "} option. 534 * <p> 535 * Technically speaking, this field points to a set with the options of the 536 * current set plus the option {@code "--timeModified"}. If the option {@code "--timeModified"} 537 * is already set, the field {@code timeModified} points to the enum constant itself 538 * as it already represents the current set of options. 539 */ 540 public final FindOptionSet_dimnorz timeModified; 541 /** 542 * Option {@code "-n"}: Consider only files that have been created, modified or accessed 543 after or at the time specified by the time operand (the default) 544 <p> 545 (This option is ignored if no time operand is specified). 546 * <p> 547 * The option {@code "-n"} is equivalent to the {@code "--}{@link #timeNewer timeNewer}{@code "} option. 548 * <p> 549 * Technically speaking, this field points to a set with the options of the 550 * current set plus the option {@code "-n"}. If the option {@code "-n"} 551 * is already set, the field {@code n} points to the enum constant itself 552 * as it already represents the current set of options. 553 */ 554 public final FindOptionSet_dimnorz n; 555 /** 556 * Option {@code "--timeNewer"}: Consider only files that have been created, modified or accessed 557 after or at the time specified by the time operand (the default) 558 <p> 559 (This option is ignored if no time operand is specified). 560 * <p> 561 * The option {@code "--timeNewer"} is equivalent to the {@code "-}{@link #n n}{@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 "--timeNewer"}. If the option {@code "--timeNewer"} 565 * is already set, the field {@code timeNewer} points to the enum constant itself 566 * as it already represents the current set of options. 567 */ 568 public final FindOptionSet_dimnorz timeNewer; 569 /** 570 * Option {@code "-o"}: Consider only files that have been created, modified or accessed 571 before or at the time specified by the time operand 572 <p> 573 (This option is ignored if no time operand is specified). 574 * <p> 575 * The option {@code "-o"} is equivalent to the {@code "--}{@link #timeOlder timeOlder}{@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 "-o"}. If the option {@code "-o"} 579 * is already set, the field {@code o} points to the enum constant itself 580 * as it already represents the current set of options. 581 */ 582 public final FindOptionSet_dimnorz o; 583 /** 584 * Option {@code "--timeOlder"}: Consider only files that have been created, modified or accessed 585 before or at the time specified by the time operand 586 <p> 587 (This option is ignored if no time operand is specified). 588 * <p> 589 * The option {@code "--timeOlder"} is equivalent to the {@code "-}{@link #o o}{@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 "--timeOlder"}. If the option {@code "--timeOlder"} 593 * is already set, the field {@code timeOlder} points to the enum constant itself 594 * as it already represents the current set of options. 595 */ 596 public final FindOptionSet_dimnorz timeOlder; 597 /** 598 * Option {@code "-d"}: Consider only directories 599 * <p> 600 * The option {@code "-d"} is equivalent to the {@code "--}{@link #typeDirectory typeDirectory}{@code "} option. 601 * <p> 602 * Technically speaking, this field points to a set with the options of the 603 * current set plus the option {@code "-d"}. If the option {@code "-d"} 604 * is already set, the field {@code d} points to the enum constant itself 605 * as it already represents the current set of options. 606 */ 607 public final FindOptionSet_dimnorz d; 608 /** 609 * Option {@code "--typeDirectory"}: Consider only directories 610 * <p> 611 * The option {@code "--typeDirectory"} is equivalent to the {@code "-}{@link #d d}{@code "} option. 612 * <p> 613 * Technically speaking, this field points to a set with the options of the 614 * current set plus the option {@code "--typeDirectory"}. If the option {@code "--typeDirectory"} 615 * is already set, the field {@code typeDirectory} points to the enum constant itself 616 * as it already represents the current set of options. 617 */ 618 public final FindOptionSet_dimnorz typeDirectory; 619 private final EnumSet<FindOption> options; 620 621 //inherit javadoc 622 @Override 623 public Class<FindOption> optionType() { 624 return FindOption.class; 625 } 626 //inherit javadoc 627 @Override 628 public boolean isSet(FindOption option) { 629 return options.contains(option); 630 } 631 //inherit javadoc 632 @Override 633 public int size() { 634 return options.size(); 635 } 636 /** 637 * Returns the set with the active options. The returned set a new defensive 638 * copy instance created when this method is called, modifications of this 639 * set will therefore not alter {@code this} option set. 640 * 641 * @return a copy of the set with the active options. 642 */ 643 @Override 644 public EnumSet<FindOption> asSet() { 645 return EnumSet.copyOf(options); 646 } 647 /** 648 * Returns an immutable iterator with the active options of this option set. 649 * 650 * @return an immutable iterator for over the active options 651 */ 652 @Override 653 public Iterator<FindOption> iterator() { 654 return Collections.unmodifiableSet(options).iterator(); 655 } 656 /** 657 * Returns true if the {@link Option#acronym() acronym} should be used in 658 * for the specified {@code option} string representations. 659 * <p> 660 * In particular and independent from the {@code option} argument, this 661 * option set returns true if the last option added to this set was an 662 * acronym, and false if it was a long option name. 663 * <p> 664 * For instance, the set defined as 665 * <pre> 666 * FindOptionSet_dimnorz.ignoreCase.z; 667 * </pre> 668 * uses acronyms, that is, this method always returns true for the above 669 * set. 670 * <p> 671 * On the other hand, long option names are used and this method always 672 * returns false for the set 673 * <pre> 674 * FindOptionSet_dimnorz.i.print0; 675 * </pre> 676 * <p> 677 * Note that a repeated option is <i>not</i> treated as the last set option. 678 * For instance, the first and last option of the following set are 679 * equivalent and acronyms are used: 680 * <pre> 681 * FindOptionSet_dimnorz.i.z.ignoreCase; 682 * </pre> 683 * <p> 684 * This method always returns true for the empty set with no active options. 685 * 686 * @param option 687 * the option of interest, has no impact on the result returned 688 * by this method 689 * @return true if option acronyms should be used for string representations 690 * of any option of this option set 691 */ 692 @Override 693 public boolean useAcronymFor(FindOption option) { 694 return useAcronym; 695 } 696}