FileDeleteStrategy.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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>FileDeleteStrategy (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="FileDeleteStrategy (Apache Commons IO 2.6 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/FileDeleteStrategy.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../index-all.html">Index</a></li>
  47. <li><a href="../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li><a href="../../../../org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/apache/commons/io/FileDeleteStrategy.html" target="_top">Frames</a></li>
  57. <li><a href="FileDeleteStrategy.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li>Nested&nbsp;|&nbsp;</li>
  78. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.apache.commons.io</div>
  96. <h2 title="Class FileDeleteStrategy" class="title">Class FileDeleteStrategy</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
  101. <li>
  102. <ul class="inheritance">
  103. <li>org.apache.commons.io.FileDeleteStrategy</li>
  104. </ul>
  105. </li>
  106. </ul>
  107. <div class="description">
  108. <ul class="blockList">
  109. <li class="blockList">
  110. <hr>
  111. <br>
  112. <pre>public class <span class="typeNameLabel">FileDeleteStrategy</span>
  113. extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
  114. <div class="block">Strategy for deleting files.
  115. <p>
  116. There is more than one way to delete a file.
  117. You may want to limit access to certain directories, to only delete
  118. directories if they are empty, or maybe to force deletion.
  119. <p>
  120. This class captures the strategy to use and is designed for user subclassing.</div>
  121. <dl>
  122. <dt><span class="simpleTagLabel">Since:</span></dt>
  123. <dd>1.3</dd>
  124. </dl>
  125. </li>
  126. </ul>
  127. </div>
  128. <div class="summary">
  129. <ul class="blockList">
  130. <li class="blockList">
  131. <!-- =========== FIELD SUMMARY =========== -->
  132. <ul class="blockList">
  133. <li class="blockList"><a name="field.summary">
  134. <!-- -->
  135. </a>
  136. <h3>Field Summary</h3>
  137. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  138. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  139. <tr>
  140. <th class="colFirst" scope="col">Modifier and Type</th>
  141. <th class="colLast" scope="col">Field and Description</th>
  142. </tr>
  143. <tr class="altColor">
  144. <td class="colFirst"><code>static <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></code></td>
  145. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#FORCE">FORCE</a></span></code>
  146. <div class="block">The singleton instance for forced file deletion, which always deletes,
  147. even if the file represents a non-empty directory.</div>
  148. </td>
  149. </tr>
  150. <tr class="rowColor">
  151. <td class="colFirst"><code>static <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></code></td>
  152. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#NORMAL">NORMAL</a></span></code>
  153. <div class="block">The singleton instance for normal file deletion, which does not permit
  154. the deletion of directories that are not empty.</div>
  155. </td>
  156. </tr>
  157. </table>
  158. </li>
  159. </ul>
  160. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  161. <ul class="blockList">
  162. <li class="blockList"><a name="constructor.summary">
  163. <!-- -->
  164. </a>
  165. <h3>Constructor Summary</h3>
  166. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  167. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  168. <tr>
  169. <th class="colFirst" scope="col">Modifier</th>
  170. <th class="colLast" scope="col">Constructor and Description</th>
  171. </tr>
  172. <tr class="altColor">
  173. <td class="colFirst"><code>protected </code></td>
  174. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#FileDeleteStrategy-java.lang.String-">FileDeleteStrategy</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>
  175. <div class="block">Restricted constructor.</div>
  176. </td>
  177. </tr>
  178. </table>
  179. </li>
  180. </ul>
  181. <!-- ========== METHOD SUMMARY =========== -->
  182. <ul class="blockList">
  183. <li class="blockList"><a name="method.summary">
  184. <!-- -->
  185. </a>
  186. <h3>Method Summary</h3>
  187. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  188. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  189. <tr>
  190. <th class="colFirst" scope="col">Modifier and Type</th>
  191. <th class="colLast" scope="col">Method and Description</th>
  192. </tr>
  193. <tr id="i0" class="altColor">
  194. <td class="colFirst"><code>void</code></td>
  195. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#delete-java.io.File-">delete</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;fileToDelete)</code>
  196. <div class="block">Deletes the file object, which may be a file or a directory.</div>
  197. </td>
  198. </tr>
  199. <tr id="i1" class="rowColor">
  200. <td class="colFirst"><code>boolean</code></td>
  201. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#deleteQuietly-java.io.File-">deleteQuietly</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;fileToDelete)</code>
  202. <div class="block">Deletes the file object, which may be a file or a directory.</div>
  203. </td>
  204. </tr>
  205. <tr id="i2" class="altColor">
  206. <td class="colFirst"><code>protected boolean</code></td>
  207. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#doDelete-java.io.File-">doDelete</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;fileToDelete)</code>
  208. <div class="block">Actually deletes the file object, which may be a file or a directory.</div>
  209. </td>
  210. </tr>
  211. <tr id="i3" class="rowColor">
  212. <td class="colFirst"><code><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></code></td>
  213. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#toString--">toString</a></span>()</code>
  214. <div class="block">Gets a string describing the delete strategy.</div>
  215. </td>
  216. </tr>
  217. </table>
  218. <ul class="blockList">
  219. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  220. <!-- -->
  221. </a>
  222. <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
  223. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
  224. </ul>
  225. </li>
  226. </ul>
  227. </li>
  228. </ul>
  229. </div>
  230. <div class="details">
  231. <ul class="blockList">
  232. <li class="blockList">
  233. <!-- ============ FIELD DETAIL =========== -->
  234. <ul class="blockList">
  235. <li class="blockList"><a name="field.detail">
  236. <!-- -->
  237. </a>
  238. <h3>Field Detail</h3>
  239. <a name="NORMAL">
  240. <!-- -->
  241. </a>
  242. <ul class="blockList">
  243. <li class="blockList">
  244. <h4>NORMAL</h4>
  245. <pre>public static final&nbsp;<a href="../../../../org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a> NORMAL</pre>
  246. <div class="block">The singleton instance for normal file deletion, which does not permit
  247. the deletion of directories that are not empty.</div>
  248. </li>
  249. </ul>
  250. <a name="FORCE">
  251. <!-- -->
  252. </a>
  253. <ul class="blockListLast">
  254. <li class="blockList">
  255. <h4>FORCE</h4>
  256. <pre>public static final&nbsp;<a href="../../../../org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a> FORCE</pre>
  257. <div class="block">The singleton instance for forced file deletion, which always deletes,
  258. even if the file represents a non-empty directory.</div>
  259. </li>
  260. </ul>
  261. </li>
  262. </ul>
  263. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  264. <ul class="blockList">
  265. <li class="blockList"><a name="constructor.detail">
  266. <!-- -->
  267. </a>
  268. <h3>Constructor Detail</h3>
  269. <a name="FileDeleteStrategy-java.lang.String-">
  270. <!-- -->
  271. </a>
  272. <ul class="blockListLast">
  273. <li class="blockList">
  274. <h4>FileDeleteStrategy</h4>
  275. <pre>protected&nbsp;FileDeleteStrategy(<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)</pre>
  276. <div class="block">Restricted constructor.</div>
  277. <dl>
  278. <dt><span class="paramLabel">Parameters:</span></dt>
  279. <dd><code>name</code> - the name by which the strategy is known</dd>
  280. </dl>
  281. </li>
  282. </ul>
  283. </li>
  284. </ul>
  285. <!-- ============ METHOD DETAIL ========== -->
  286. <ul class="blockList">
  287. <li class="blockList"><a name="method.detail">
  288. <!-- -->
  289. </a>
  290. <h3>Method Detail</h3>
  291. <a name="deleteQuietly-java.io.File-">
  292. <!-- -->
  293. </a>
  294. <ul class="blockList">
  295. <li class="blockList">
  296. <h4>deleteQuietly</h4>
  297. <pre>public&nbsp;boolean&nbsp;deleteQuietly(<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;fileToDelete)</pre>
  298. <div class="block">Deletes the file object, which may be a file or a directory.
  299. All <code>IOException</code>s are caught and false returned instead.
  300. If the file does not exist or is null, true is returned.
  301. <p>
  302. Subclass writers should override <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#doDelete-java.io.File-"><code>doDelete(File)</code></a>, not this method.</div>
  303. <dl>
  304. <dt><span class="paramLabel">Parameters:</span></dt>
  305. <dd><code>fileToDelete</code> - the file to delete, null returns true</dd>
  306. <dt><span class="returnLabel">Returns:</span></dt>
  307. <dd>true if the file was deleted, or there was no such file</dd>
  308. </dl>
  309. </li>
  310. </ul>
  311. <a name="delete-java.io.File-">
  312. <!-- -->
  313. </a>
  314. <ul class="blockList">
  315. <li class="blockList">
  316. <h4>delete</h4>
  317. <pre>public&nbsp;void&nbsp;delete(<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;fileToDelete)
  318. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  319. <div class="block">Deletes the file object, which may be a file or a directory.
  320. If the file does not exist, the method just returns.
  321. <p>
  322. Subclass writers should override <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#doDelete-java.io.File-"><code>doDelete(File)</code></a>, not this method.</div>
  323. <dl>
  324. <dt><span class="paramLabel">Parameters:</span></dt>
  325. <dd><code>fileToDelete</code> - the file to delete, not null</dd>
  326. <dt><span class="throwsLabel">Throws:</span></dt>
  327. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the file is null</dd>
  328. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs during file deletion</dd>
  329. </dl>
  330. </li>
  331. </ul>
  332. <a name="doDelete-java.io.File-">
  333. <!-- -->
  334. </a>
  335. <ul class="blockList">
  336. <li class="blockList">
  337. <h4>doDelete</h4>
  338. <pre>protected&nbsp;boolean&nbsp;doDelete(<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;fileToDelete)
  339. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  340. <div class="block">Actually deletes the file object, which may be a file or a directory.
  341. <p>
  342. This method is designed for subclasses to override.
  343. The implementation may return either false or an <code>IOException</code>
  344. when deletion fails. The <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#delete-java.io.File-"><code>delete(File)</code></a> and <a href="../../../../org/apache/commons/io/FileDeleteStrategy.html#deleteQuietly-java.io.File-"><code>deleteQuietly(File)</code></a>
  345. methods will handle either response appropriately.
  346. A check has been made to ensure that the file will exist.
  347. <p>
  348. This implementation uses <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#delete--" title="class or interface in java.io"><code>File.delete()</code></a>.</div>
  349. <dl>
  350. <dt><span class="paramLabel">Parameters:</span></dt>
  351. <dd><code>fileToDelete</code> - the file to delete, exists, not null</dd>
  352. <dt><span class="returnLabel">Returns:</span></dt>
  353. <dd>true if the file was deleted</dd>
  354. <dt><span class="throwsLabel">Throws:</span></dt>
  355. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the file is null</dd>
  356. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs during file deletion</dd>
  357. </dl>
  358. </li>
  359. </ul>
  360. <a name="toString--">
  361. <!-- -->
  362. </a>
  363. <ul class="blockListLast">
  364. <li class="blockList">
  365. <h4>toString</h4>
  366. <pre>public&nbsp;<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;toString()</pre>
  367. <div class="block">Gets a string describing the delete strategy.</div>
  368. <dl>
  369. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  370. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
  371. <dt><span class="returnLabel">Returns:</span></dt>
  372. <dd>a string describing the delete strategy</dd>
  373. </dl>
  374. </li>
  375. </ul>
  376. </li>
  377. </ul>
  378. </li>
  379. </ul>
  380. </div>
  381. </div>
  382. <!-- ========= END OF CLASS DATA ========= -->
  383. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  384. <div class="bottomNav"><a name="navbar.bottom">
  385. <!-- -->
  386. </a>
  387. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  388. <a name="navbar.bottom.firstrow">
  389. <!-- -->
  390. </a>
  391. <ul class="navList" title="Navigation">
  392. <li><a href="../../../../overview-summary.html">Overview</a></li>
  393. <li><a href="package-summary.html">Package</a></li>
  394. <li class="navBarCell1Rev">Class</li>
  395. <li><a href="class-use/FileDeleteStrategy.html">Use</a></li>
  396. <li><a href="package-tree.html">Tree</a></li>
  397. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  398. <li><a href="../../../../index-all.html">Index</a></li>
  399. <li><a href="../../../../help-doc.html">Help</a></li>
  400. </ul>
  401. </div>
  402. <div class="subNav">
  403. <ul class="navList">
  404. <li><a href="../../../../org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  405. <li><a href="../../../../org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  406. </ul>
  407. <ul class="navList">
  408. <li><a href="../../../../index.html?org/apache/commons/io/FileDeleteStrategy.html" target="_top">Frames</a></li>
  409. <li><a href="FileDeleteStrategy.html" target="_top">No&nbsp;Frames</a></li>
  410. </ul>
  411. <ul class="navList" id="allclasses_navbar_bottom">
  412. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  413. </ul>
  414. <div>
  415. <script type="text/javascript"><!--
  416. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  417. if(window==top) {
  418. allClassesLink.style.display = "block";
  419. }
  420. else {
  421. allClassesLink.style.display = "none";
  422. }
  423. //-->
  424. </script>
  425. </div>
  426. <div>
  427. <ul class="subNavList">
  428. <li>Summary:&nbsp;</li>
  429. <li>Nested&nbsp;|&nbsp;</li>
  430. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  431. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  432. <li><a href="#method.summary">Method</a></li>
  433. </ul>
  434. <ul class="subNavList">
  435. <li>Detail:&nbsp;</li>
  436. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  437. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  438. <li><a href="#method.detail">Method</a></li>
  439. </ul>
  440. </div>
  441. <a name="skip.navbar.bottom">
  442. <!-- -->
  443. </a></div>
  444. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  445. <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>
  446. </body>
  447. </html>