org.iids.aos.util
Class TempDir

java.lang.Object
  extended by org.iids.aos.util.TempDir

public class TempDir
extends java.lang.Object


Constructor Summary
TempDir()
           
 
Method Summary
static java.io.File createNoPassKernelDir()
           
static java.io.File createTempDir()
          Creates a temp directory with a generated name (given a certain prefix) in a given directory.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempDir

public TempDir()
Method Detail

createTempDir

public static java.io.File createTempDir()
                                  throws java.io.IOException
Creates a temp directory with a generated name (given a certain prefix) in a given directory. The directory (and all its content) will be destroyed on exit.

Throws:
java.io.IOException

createNoPassKernelDir

public static java.io.File createNoPassKernelDir()
                                          throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)


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