org.iids.aos.kernel.ac
Class Util

java.lang.Object
  extended by org.iids.aos.kernel.ac.Util

public class Util
extends java.lang.Object

Miscellaneous utilities.

Author:
Patrick Verkaik

Constructor Summary
Util()
           
 
Method Summary
static void recursiveRm(java.io.File pathname)
          Recursively removes the directory tree rooted at the given pathname or, if the pathname is a file, simply removes it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

recursiveRm

public static void recursiveRm(java.io.File pathname)
                        throws InputOutputException
Recursively removes the directory tree rooted at the given pathname or, if the pathname is a file, simply removes it.

Throws:
InputOutputException - if the pathname could not be removed


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.