Searched defs:doDelete (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/
H A DFileDeleteStrategy.java67 * Subclass writers should override {@link #doDelete(File)}, not this method.
77 return doDelete(fileToDelete);
87 * Subclass writers should override {@link #doDelete(File)}, not this method.
94 if (fileToDelete.exists() && doDelete(fileToDelete) == false) {
115 protected boolean doDelete(File fileToDelete) throws IOException { method in class:FileDeleteStrategy
150 protected boolean doDelete(File fileToDelete) throws IOException { method in class:FileDeleteStrategy.ForceFileDeleteStrategy

Completed in 235 milliseconds