IOCase.html 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <title>Uses of Class org.apache.commons.io.IOCase (Apache Commons IO 2.6 API)</title>
  8. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="Uses of Class org.apache.commons.io.IOCase (Apache Commons IO 2.6 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  35. <li><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">Class</a></li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="../package-tree.html">Tree</a></li>
  39. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../../index-all.html">Index</a></li>
  41. <li><a href="../../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../../index.html?org/apache/commons/io/class-use/IOCase.html" target="_top">Frames</a></li>
  51. <li><a href="IOCase.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h2 title="Uses of Class org.apache.commons.io.IOCase" class="title">Uses of Class<br>org.apache.commons.io.IOCase</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.apache.commons.io">org.apache.commons.io</a></td>
  87. <td class="colLast">
  88. <div class="block">
  89. This package defines utility classes for working with streams, readers,
  90. writers and files.</div>
  91. </td>
  92. </tr>
  93. <tr class="rowColor">
  94. <td class="colFirst"><a href="#org.apache.commons.io.comparator">org.apache.commons.io.comparator</a></td>
  95. <td class="colLast">
  96. <div class="block">This package provides various <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><code>Comparator</code></a> implementations
  97. for <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>s.</div>
  98. </td>
  99. </tr>
  100. <tr class="altColor">
  101. <td class="colFirst"><a href="#org.apache.commons.io.filefilter">org.apache.commons.io.filefilter</a></td>
  102. <td class="colLast">
  103. <div class="block">This package defines an interface (IOFileFilter) that combines both
  104. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> and <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilenameFilter.html?is-external=true" title="class or interface in java.io"><code>FilenameFilter</code></a>.</div>
  105. </td>
  106. </tr>
  107. <tr class="rowColor">
  108. <td class="colFirst"><a href="#org.apache.commons.io.monitor">org.apache.commons.io.monitor</a></td>
  109. <td class="colLast">
  110. <div class="block">
  111. This package provides a component for monitoring file system events
  112. (directory and file create, update and delete events).</div>
  113. </td>
  114. </tr>
  115. </tbody>
  116. </table>
  117. </li>
  118. <li class="blockList">
  119. <ul class="blockList">
  120. <li class="blockList"><a name="org.apache.commons.io">
  121. <!-- -->
  122. </a>
  123. <h3>Uses of <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> in <a href="../../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a></h3>
  124. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  125. <caption><span>Methods in <a href="../../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> that return <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  126. <tr>
  127. <th class="colFirst" scope="col">Modifier and Type</th>
  128. <th class="colLast" scope="col">Method and Description</th>
  129. </tr>
  130. <tbody>
  131. <tr class="altColor">
  132. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></code></td>
  133. <td class="colLast"><span class="typeNameLabel">IOCase.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/IOCase.html#forName-java.lang.String-">forName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
  134. <div class="block">Factory method to create an IOCase from a name.</div>
  135. </td>
  136. </tr>
  137. <tr class="rowColor">
  138. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></code></td>
  139. <td class="colLast"><span class="typeNameLabel">IOCase.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/IOCase.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
  140. <div class="block">Returns the enum constant of this type with the specified name.</div>
  141. </td>
  142. </tr>
  143. <tr class="altColor">
  144. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>[]</code></td>
  145. <td class="colLast"><span class="typeNameLabel">IOCase.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/IOCase.html#values--">values</a></span>()</code>
  146. <div class="block">Returns an array containing the constants of this enum type, in
  147. the order they are declared.</div>
  148. </td>
  149. </tr>
  150. </tbody>
  151. </table>
  152. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  153. <caption><span>Methods in <a href="../../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> with parameters of type <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  154. <tr>
  155. <th class="colFirst" scope="col">Modifier and Type</th>
  156. <th class="colLast" scope="col">Method and Description</th>
  157. </tr>
  158. <tbody>
  159. <tr class="altColor">
  160. <td class="colFirst"><code>static boolean</code></td>
  161. <td class="colLast"><span class="typeNameLabel">FilenameUtils.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/FilenameUtils.html#equals-java.lang.String-java.lang.String-boolean-org.apache.commons.io.IOCase-">equals</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename1,
  162. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename2,
  163. boolean&nbsp;normalized,
  164. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  165. <div class="block">Checks whether two filenames are equal, optionally normalizing and providing
  166. control over the case-sensitivity.</div>
  167. </td>
  168. </tr>
  169. <tr class="rowColor">
  170. <td class="colFirst"><code>static boolean</code></td>
  171. <td class="colLast"><span class="typeNameLabel">FilenameUtils.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/FilenameUtils.html#wildcardMatch-java.lang.String-java.lang.String-org.apache.commons.io.IOCase-">wildcardMatch</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename,
  172. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;wildcardMatcher,
  173. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  174. <div class="block">Checks a filename to see if it matches the specified wildcard matcher
  175. allowing control over case-sensitivity.</div>
  176. </td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. </li>
  181. <li class="blockList"><a name="org.apache.commons.io.comparator">
  182. <!-- -->
  183. </a>
  184. <h3>Uses of <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> in <a href="../../../../../org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></h3>
  185. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  186. <caption><span>Constructors in <a href="../../../../../org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a> with parameters of type <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  187. <tr>
  188. <th class="colOne" scope="col">Constructor and Description</th>
  189. </tr>
  190. <tbody>
  191. <tr class="altColor">
  192. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/comparator/ExtensionFileComparator.html#ExtensionFileComparator-org.apache.commons.io.IOCase-">ExtensionFileComparator</a></span>(<a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  193. <div class="block">Construct a file extension comparator instance with the specified case-sensitivity.</div>
  194. </td>
  195. </tr>
  196. <tr class="rowColor">
  197. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/comparator/NameFileComparator.html#NameFileComparator-org.apache.commons.io.IOCase-">NameFileComparator</a></span>(<a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  198. <div class="block">Construct a file name comparator instance with the specified case-sensitivity.</div>
  199. </td>
  200. </tr>
  201. <tr class="altColor">
  202. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/comparator/PathFileComparator.html#PathFileComparator-org.apache.commons.io.IOCase-">PathFileComparator</a></span>(<a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  203. <div class="block">Construct a file path comparator instance with the specified case-sensitivity.</div>
  204. </td>
  205. </tr>
  206. </tbody>
  207. </table>
  208. </li>
  209. <li class="blockList"><a name="org.apache.commons.io.filefilter">
  210. <!-- -->
  211. </a>
  212. <h3>Uses of <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> in <a href="../../../../../org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></h3>
  213. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  214. <caption><span>Methods in <a href="../../../../../org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a> with parameters of type <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  215. <tr>
  216. <th class="colFirst" scope="col">Modifier and Type</th>
  217. <th class="colLast" scope="col">Method and Description</th>
  218. </tr>
  219. <tbody>
  220. <tr class="altColor">
  221. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></code></td>
  222. <td class="colLast"><span class="typeNameLabel">FileFilterUtils.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/FileFilterUtils.html#nameFileFilter-java.lang.String-org.apache.commons.io.IOCase-">nameFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
  223. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  224. <div class="block">Returns a filter that returns true if the filename matches the specified text.</div>
  225. </td>
  226. </tr>
  227. <tr class="rowColor">
  228. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></code></td>
  229. <td class="colLast"><span class="typeNameLabel">FileFilterUtils.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/FileFilterUtils.html#prefixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">prefixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
  230. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  231. <div class="block">Returns a filter that returns true if the filename starts with the specified text.</div>
  232. </td>
  233. </tr>
  234. <tr class="altColor">
  235. <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></code></td>
  236. <td class="colLast"><span class="typeNameLabel">FileFilterUtils.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/FileFilterUtils.html#suffixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">suffixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
  237. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  238. <div class="block">Returns a filter that returns true if the filename ends with the specified text.</div>
  239. </td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  244. <caption><span>Constructors in <a href="../../../../../org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a> with parameters of type <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  245. <tr>
  246. <th class="colOne" scope="col">Constructor and Description</th>
  247. </tr>
  248. <tbody>
  249. <tr class="altColor">
  250. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.util.List-org.apache.commons.io.IOCase-">NameFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;names,
  251. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  252. <div class="block">Constructs a new name file filter for a list of names specifying case-sensitivity.</div>
  253. </td>
  254. </tr>
  255. <tr class="rowColor">
  256. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">NameFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;names,
  257. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  258. <div class="block">Constructs a new name file filter for an array of names specifying case-sensitivity.</div>
  259. </td>
  260. </tr>
  261. <tr class="altColor">
  262. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String-org.apache.commons.io.IOCase-">NameFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
  263. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  264. <div class="block">Construct a new name file filter specifying case-sensitivity.</div>
  265. </td>
  266. </tr>
  267. <tr class="rowColor">
  268. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.util.List-org.apache.commons.io.IOCase-">PrefixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;prefixes,
  269. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  270. <div class="block">Constructs a new Prefix file filter for a list of prefixes
  271. specifying case-sensitivity.</div>
  272. </td>
  273. </tr>
  274. <tr class="altColor">
  275. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">PrefixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;prefixes,
  276. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  277. <div class="block">Constructs a new Prefix file filter for any of an array of prefixes
  278. specifying case-sensitivity.</div>
  279. </td>
  280. </tr>
  281. <tr class="rowColor">
  282. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">PrefixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
  283. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  284. <div class="block">Constructs a new Prefix file filter for a single prefix
  285. specifying case-sensitivity.</div>
  286. </td>
  287. </tr>
  288. <tr class="altColor">
  289. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.lang.String-org.apache.commons.io.IOCase-">RegexFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern,
  290. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  291. <div class="block">Construct a new regular expression filter with the specified flags case sensitivity.</div>
  292. </td>
  293. </tr>
  294. <tr class="rowColor">
  295. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.util.List-org.apache.commons.io.IOCase-">SuffixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;suffixes,
  296. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  297. <div class="block">Constructs a new Suffix file filter for a list of suffixes
  298. specifying case-sensitivity.</div>
  299. </td>
  300. </tr>
  301. <tr class="altColor">
  302. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">SuffixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;suffixes,
  303. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  304. <div class="block">Constructs a new Suffix file filter for an array of suffixes
  305. specifying case-sensitivity.</div>
  306. </td>
  307. </tr>
  308. <tr class="rowColor">
  309. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">SuffixFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
  310. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  311. <div class="block">Constructs a new Suffix file filter for a single extension
  312. specifying case-sensitivity.</div>
  313. </td>
  314. </tr>
  315. <tr class="altColor">
  316. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.util.List-org.apache.commons.io.IOCase-">WildcardFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;wildcards,
  317. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  318. <div class="block">Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.</div>
  319. </td>
  320. </tr>
  321. <tr class="rowColor">
  322. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">WildcardFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;wildcards,
  323. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  324. <div class="block">Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.</div>
  325. </td>
  326. </tr>
  327. <tr class="altColor">
  328. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String-org.apache.commons.io.IOCase-">WildcardFileFilter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;wildcard,
  329. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  330. <div class="block">Construct a new wildcard filter for a single wildcard specifying case-sensitivity.</div>
  331. </td>
  332. </tr>
  333. </tbody>
  334. </table>
  335. </li>
  336. <li class="blockList"><a name="org.apache.commons.io.monitor">
  337. <!-- -->
  338. </a>
  339. <h3>Uses of <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> in <a href="../../../../../org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></h3>
  340. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  341. <caption><span>Constructors in <a href="../../../../../org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a> with parameters of type <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></span><span class="tabEnd">&nbsp;</span></caption>
  342. <tr>
  343. <th class="colOne" scope="col">Constructor and Description</th>
  344. </tr>
  345. <tbody>
  346. <tr class="altColor">
  347. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-org.apache.commons.io.monitor.FileEntry-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver</a></span>(<a href="../../../../../org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a>&nbsp;rootEntry,
  348. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io">FileFilter</a>&nbsp;fileFilter,
  349. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  350. <div class="block">Construct an observer for the specified directory, file filter and
  351. file comparator.</div>
  352. </td>
  353. </tr>
  354. <tr class="rowColor">
  355. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.io.File-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory,
  356. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io">FileFilter</a>&nbsp;fileFilter,
  357. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  358. <div class="block">Construct an observer for the specified directory, file filter and
  359. file comparator.</div>
  360. </td>
  361. </tr>
  362. <tr class="altColor">
  363. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.lang.String-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;directoryName,
  364. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io">FileFilter</a>&nbsp;fileFilter,
  365. <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>&nbsp;caseSensitivity)</code>
  366. <div class="block">Construct an observer for the specified directory, file filter and
  367. file comparator.</div>
  368. </td>
  369. </tr>
  370. </tbody>
  371. </table>
  372. </li>
  373. </ul>
  374. </li>
  375. </ul>
  376. </div>
  377. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  378. <div class="bottomNav"><a name="navbar.bottom">
  379. <!-- -->
  380. </a>
  381. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  382. <a name="navbar.bottom.firstrow">
  383. <!-- -->
  384. </a>
  385. <ul class="navList" title="Navigation">
  386. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  387. <li><a href="../package-summary.html">Package</a></li>
  388. <li><a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">Class</a></li>
  389. <li class="navBarCell1Rev">Use</li>
  390. <li><a href="../package-tree.html">Tree</a></li>
  391. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  392. <li><a href="../../../../../index-all.html">Index</a></li>
  393. <li><a href="../../../../../help-doc.html">Help</a></li>
  394. </ul>
  395. </div>
  396. <div class="subNav">
  397. <ul class="navList">
  398. <li>Prev</li>
  399. <li>Next</li>
  400. </ul>
  401. <ul class="navList">
  402. <li><a href="../../../../../index.html?org/apache/commons/io/class-use/IOCase.html" target="_top">Frames</a></li>
  403. <li><a href="IOCase.html" target="_top">No&nbsp;Frames</a></li>
  404. </ul>
  405. <ul class="navList" id="allclasses_navbar_bottom">
  406. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  407. </ul>
  408. <div>
  409. <script type="text/javascript"><!--
  410. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  411. if(window==top) {
  412. allClassesLink.style.display = "block";
  413. }
  414. else {
  415. allClassesLink.style.display = "none";
  416. }
  417. //-->
  418. </script>
  419. </div>
  420. <a name="skip.navbar.bottom">
  421. <!-- -->
  422. </a></div>
  423. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  424. <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  425. </body>
  426. </html>