| java.lang.Object org.apache.ivy.util.CacheCleaner
CacheCleaner | public class CacheCleaner (Code) | | |
Method Summary | |
public static void | deleteDir(File toDelete) Delete the directory and all it contains.
Previously, we used the ant delete task, but it occasionaly failed (access denied)
on my machine for unknown reason. |
deleteDir | public static void deleteDir(File toDelete)(Code) | | Delete the directory and all it contains.
Previously, we used the ant delete task, but it occasionaly failed (access denied)
on my machine for unknown reason.
|
|
|