123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="de">
- <head>
- <!-- Generated by javadoc -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Uses of Class org.apache.commons.io.IOCase (Apache Commons IO 2.6 API)</title>
- <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class org.apache.commons.io.IOCase (Apache Commons IO 2.6 API)";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-all.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/apache/commons/io/class-use/IOCase.html" target="_top">Frames</a></li>
- <li><a href="IOCase.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h2 title="Uses of Class org.apache.commons.io.IOCase" class="title">Uses of Class<br>org.apache.commons.io.IOCase</h2>
- </div>
- <div class="classUseContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Package</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.apache.commons.io">org.apache.commons.io</a></td>
- <td class="colLast">
- <div class="block">
- This package defines utility classes for working with streams, readers,
- writers and files.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.apache.commons.io.comparator">org.apache.commons.io.comparator</a></td>
- <td class="colLast">
- <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
- 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>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.apache.commons.io.filefilter">org.apache.commons.io.filefilter</a></td>
- <td class="colLast">
- <div class="block">This package defines an interface (IOFileFilter) that combines both
- <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>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.apache.commons.io.monitor">org.apache.commons.io.monitor</a></td>
- <td class="colLast">
- <div class="block">
- This package provides a component for monitoring file system events
- (directory and file create, update and delete events).</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <ul class="blockList">
- <li class="blockList"><a name="org.apache.commons.io">
- <!-- -->
- </a>
- <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>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></code></td>
- <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> name)</code>
- <div class="block">Factory method to create an IOCase from a name.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></code></td>
- <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> name)</code>
- <div class="block">Returns the enum constant of this type with the specified name.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>static <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a>[]</code></td>
- <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>
- <div class="block">Returns an array containing the constants of this enum type, in
- the order they are declared.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>static boolean</code></td>
- <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> filename1,
- <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> filename2,
- boolean normalized,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Checks whether two filenames are equal, optionally normalizing and providing
- control over the case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>static boolean</code></td>
- <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> filename,
- <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> wildcardMatcher,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Checks a filename to see if it matches the specified wildcard matcher
- allowing control over case-sensitivity.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.apache.commons.io.comparator">
- <!-- -->
- </a>
- <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>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <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> caseSensitivity)</code>
- <div class="block">Construct a file extension comparator instance with the specified case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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> caseSensitivity)</code>
- <div class="block">Construct a file name comparator instance with the specified case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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> caseSensitivity)</code>
- <div class="block">Construct a file path comparator instance with the specified case-sensitivity.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.apache.commons.io.filefilter">
- <!-- -->
- </a>
- <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>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <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>
- <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> name,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Returns a filter that returns true if the filename matches the specified text.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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>
- <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> prefix,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Returns a filter that returns true if the filename starts with the specified text.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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>
- <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> suffix,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Returns a filter that returns true if the filename ends with the specified text.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <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><<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>> names,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new name file filter for a list of names specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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>[] names,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new name file filter for an array of names specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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> name,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct a new name file filter specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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><<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>> prefixes,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Prefix file filter for a list of prefixes
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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>[] prefixes,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Prefix file filter for any of an array of prefixes
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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> prefix,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Prefix file filter for a single prefix
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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> pattern,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct a new regular expression filter with the specified flags case sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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><<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>> suffixes,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Suffix file filter for a list of suffixes
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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>[] suffixes,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Suffix file filter for an array of suffixes
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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> suffix,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Constructs a new Suffix file filter for a single extension
- specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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><<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>> wildcards,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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>[] wildcards,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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> wildcard,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct a new wildcard filter for a single wildcard specifying case-sensitivity.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.apache.commons.io.monitor">
- <!-- -->
- </a>
- <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>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
- <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"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <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> rootEntry,
- <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> fileFilter,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct an observer for the specified directory, file filter and
- file comparator.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <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> directory,
- <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> fileFilter,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct an observer for the specified directory, file filter and
- file comparator.</div>
- </td>
- </tr>
- <tr class="altColor">
- <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> directoryName,
- <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> fileFilter,
- <a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a> caseSensitivity)</code>
- <div class="block">Construct an observer for the specified directory, file filter and
- file comparator.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-all.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/apache/commons/io/class-use/IOCase.html" target="_top">Frames</a></li>
- <li><a href="IOCase.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <p class="legalCopy"><small>Copyright © 2002–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
- </body>
- </html>
|