public class FolderDeleteStrategy
extends org.apache.commons.io.FileDeleteStrategy
FileDeleteStrategy that can delete folders.| Modifier | Constructor and Description |
|---|---|
protected |
FolderDeleteStrategy()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(File folder) |
boolean |
deleteQuietly(File folder) |
public boolean deleteQuietly(File folder)
deleteQuietly in class org.apache.commons.io.FileDeleteStrategypublic void delete(File folder) throws IOException
delete in class org.apache.commons.io.FileDeleteStrategyIOExceptionCopyright © 2006–2014 Apache Software Foundation. All rights reserved.