org.apache.james.mime4j.message.storage
Class TempStorage

java.lang.Object
  extended by org.apache.james.mime4j.message.storage.TempStorage
Direct Known Subclasses:
SimpleTempStorage

public abstract class TempStorage
extends java.lang.Object

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

Constructor Summary
TempStorage()
           
 
Method Summary
static TempStorage getInstance()
           
abstract  TempPath getRootTempPath()
          Gets the root temporary path which should be used to create new temporary paths or files.
static void setInstance(TempStorage inst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempStorage

public TempStorage()
Method Detail

getRootTempPath

public abstract TempPath getRootTempPath()
Gets the root temporary path which should be used to create new temporary paths or files.

Returns:
the root temporary path.

getInstance

public static TempStorage getInstance()

setInstance

public static void setInstance(TempStorage inst)


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