You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="legalCopy"><small>Copyright © 2001–2018<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
502
+
<pclass="legalCopy"><small>Copyright © 2001–2019<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
<pclass="legalCopy"><small>Copyright © 2001–2018<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
119
+
<pclass="legalCopy"><small>Copyright © 2001–2019<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
parent.document.title="API Help (Plexus IO Components 3.2.0 API)";
16
+
}
17
+
}
18
+
catch(err){
15
19
}
16
20
//-->
17
21
</script>
@@ -217,6 +221,6 @@ <h2>Constant Field Values</h2>
217
221
<!-- -->
218
222
</a></div>
219
223
<!-- ======== END OF BOTTOM NAVBAR ======= -->
220
-
<pclass="legalCopy"><small>Copyright © 2001–2018<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
224
+
<pclass="legalCopy"><small>Copyright © 2001–2019<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoFileResource.html#getFile()">getFile()</a></span> - Method in class org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/PlexusIoFileResource.html" title="class in org.codehaus.plexus.components.io.resources">PlexusIoFileResource</a></dt>
294
298
<dd>
295
-
<divclass="block">Returns the resources file.</div>
299
+
<divclass="block">Returns the resource file.</div>
296
300
</dd>
297
301
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/attributes/AttributeUtils.html#getFileAttributes(java.io.File)">getFileAttributes(File)</a></span> - Static method in class org.codehaus.plexus.components.io.attributes.<ahref="./org/codehaus/plexus/components/io/attributes/AttributeUtils.html" title="class in org.codehaus.plexus.components.io.attributes">AttributeUtils</a></dt>
298
302
<dd> </dd>
@@ -474,7 +478,7 @@ <h2 class="title">G</h2>
474
478
</dd>
475
479
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html#getReplaceAll()">getReplaceAll()</a></span> - Method in class org.codehaus.plexus.components.io.filemappers.<ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html" title="class in org.codehaus.plexus.components.io.filemappers">RegExpFileMapper</a></dt>
476
480
<dd>
477
-
<divclass="block">Returns, whether to replace the first occurrency of the pattern
481
+
<divclass="block">Returns, whether to replace the first occurrence of the pattern
478
482
(default), or all.</div>
479
483
</dd>
480
484
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html#getReplacement()">getReplacement()</a></span> - Method in class org.codehaus.plexus.components.io.filemappers.<ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html" title="class in org.codehaus.plexus.components.io.filemappers">RegExpFileMapper</a></dt>
<dt><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoArchivedResourceCollection.html" title="interface in org.codehaus.plexus.components.io.resources"><spanclass="strong">PlexusIoArchivedResourceCollection</span></a> - Interface in <ahref="./org/codehaus/plexus/components/io/resources/package-summary.html">org.codehaus.plexus.components.io.resources</a></dt>
886
894
<dd>
887
895
<divclass="block">Extension of <ahref="./org/codehaus/plexus/components/io/resources/PlexusIoResourceCollection.html" title="interface in org.codehaus.plexus.components.io.resources"><code>PlexusIoResourceCollection</code></a> for archive
888
-
files: Zip, tar, gzip, bzip2, etc.</div>
896
+
files: zip, tar, gzip, bzip2, etc. files.</div>
889
897
</dd>
890
898
<dt><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoCompressedFileResourceCollection.html" title="class in org.codehaus.plexus.components.io.resources"><spanclass="strong">PlexusIoCompressedFileResourceCollection</span></a> - Class in <ahref="./org/codehaus/plexus/components/io/resources/package-summary.html">org.codehaus.plexus.components.io.resources</a></dt>
891
899
<dd>
@@ -981,7 +989,7 @@ <h2 class="title">R</h2>
981
989
<dd> </dd>
982
990
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoResourceCollection.html#resolve(org.codehaus.plexus.components.io.resources.PlexusIoResource)">resolve(PlexusIoResource)</a></span> - Method in interface org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/PlexusIoResourceCollection.html" title="interface in org.codehaus.plexus.components.io.resources">PlexusIoResourceCollection</a></dt>
983
991
<dd>
984
-
<divclass="block">Resolves the supplide resource into a "real" resource.</div>
992
+
<divclass="block">Resolves the supplied resource into a "real" resource.</div>
985
993
</dd>
986
994
<dt><ahref="./org/codehaus/plexus/components/io/functions/ResourceAttributeSupplier.html" title="interface in org.codehaus.plexus.components.io.functions"><spanclass="strong">ResourceAttributeSupplier</span></a> - Interface in <ahref="./org/codehaus/plexus/components/io/functions/package-summary.html">org.codehaus.plexus.components.io.functions</a></dt>
987
995
<dd> </dd>
@@ -1087,7 +1095,7 @@ <h2 class="title">S</h2>
1087
1095
</dd>
1088
1096
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoArchivedResourceCollection.html#setFile(java.io.File)">setFile(File)</a></span> - Method in interface org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/PlexusIoArchivedResourceCollection.html" title="interface in org.codehaus.plexus.components.io.resources">PlexusIoArchivedResourceCollection</a></dt>
1089
1097
<dd>
1090
-
<divclass="block">Sets the arcihve file</div>
1098
+
<divclass="block">Sets the archive file</div>
1091
1099
</dd>
1092
1100
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoCompressedFileResourceCollection.html#setFile(java.io.File)">setFile(File)</a></span> - Method in class org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/PlexusIoCompressedFileResourceCollection.html" title="class in org.codehaus.plexus.components.io.resources">PlexusIoCompressedFileResourceCollection</a></dt>
1093
1101
<dd> </dd>
@@ -1096,6 +1104,8 @@ <h2 class="title">S</h2>
1096
1104
<divclass="block">Sets the file name mappers, which are used to transform
1097
1105
the resource names.</div>
1098
1106
</dd>
1107
+
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/PlexusIoFileResourceCollection.html#setFilenameComparator(java.util.Comparator)">setFilenameComparator(Comparator<String>)</a></span> - Method in class org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/PlexusIoFileResourceCollection.html" title="class in org.codehaus.plexus.components.io.resources">PlexusIoFileResourceCollection</a></dt>
1108
+
<dd> </dd>
1099
1109
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/resources/AbstractPlexusIoResourceCollection.html#setFileSelectors(org.codehaus.plexus.components.io.fileselectors.FileSelector[])">setFileSelectors(FileSelector[])</a></span> - Method in class org.codehaus.plexus.components.io.resources.<ahref="./org/codehaus/plexus/components/io/resources/AbstractPlexusIoResourceCollection.html" title="class in org.codehaus.plexus.components.io.resources">AbstractPlexusIoResourceCollection</a></dt>
1100
1110
<dd>
1101
1111
<divclass="block">Sets a set of file selectors, which should be used
@@ -1151,7 +1161,7 @@ <h2 class="title">S</h2>
1151
1161
<dd> </dd>
1152
1162
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html#setReplaceAll(boolean)">setReplaceAll(boolean)</a></span> - Method in class org.codehaus.plexus.components.io.filemappers.<ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html" title="class in org.codehaus.plexus.components.io.filemappers">RegExpFileMapper</a></dt>
1153
1163
<dd>
1154
-
<divclass="block">Sets, whether to replace the first occurrency of the pattern
1164
+
<divclass="block">Sets, whether to replace the first occurrence of the pattern
1155
1165
(default), or all.</div>
1156
1166
</dd>
1157
1167
<dt><spanclass="strong"><ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html#setReplacement(java.lang.String)">setReplacement(String)</a></span> - Method in class org.codehaus.plexus.components.io.filemappers.<ahref="./org/codehaus/plexus/components/io/filemappers/RegExpFileMapper.html" title="class in org.codehaus.plexus.components.io.filemappers">RegExpFileMapper</a></dt>
@@ -1320,6 +1330,6 @@ <h2 class="title">V</h2>
1320
1330
<!-- -->
1321
1331
</a></div>
1322
1332
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1323
-
<pclass="legalCopy"><small>Copyright © 2001–2018<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
1333
+
<pclass="legalCopy"><small>Copyright © 2001–2019<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
<pclass="legalCopy"><small>Copyright © 2001–2018<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
347
+
<pclass="legalCopy"><small>Copyright © 2001–2019<ahref="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p>
0 commit comments