org.apache.james.mime4j.util
Class SimpleTempStorage

java.lang.Object
  extended by org.apache.james.mime4j.util.TempStorage
      extended by org.apache.james.mime4j.util.SimpleTempStorage

public class SimpleTempStorage
extends TempStorage

Version:
$Id: SimpleTempStorage.java,v 1.2 2004/10/02 12:41:11 ntherning Exp $

Constructor Summary
SimpleTempStorage()
          Creates a new SimpleTempStorageManager instance.
 
Method Summary
 TempPath getRootTempPath()
          Gets the root temporary path which should be used to create new temporary paths or files.
 
Methods inherited from class org.apache.james.mime4j.util.TempStorage
getInstance, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTempStorage

public SimpleTempStorage()
Creates a new SimpleTempStorageManager instance.

Method Detail

getRootTempPath

public TempPath getRootTempPath()
Description copied from class: TempStorage
Gets the root temporary path which should be used to create new temporary paths or files.

Specified by:
getRootTempPath in class TempStorage
Returns:
the root temporary path.
See Also:
TempStorage.getRootTempPath()


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.