Searched refs:TempPath (Results 1 – 7 of 7) sorted by relevance
44 private TempPath rootPath = null;54 private TempPath createTempPath(TempPath parent, String prefix) in createTempPath()78 private TempFile createTempFile(TempPath parent, String prefix, in createTempFile()117 public TempPath getRootTempPath() { in getRootTempPath()121 private class SimpleTempPath implements TempPath {174 public TempPath createTempPath() throws IOException { in createTempPath()181 public TempPath createTempPath(String prefix) throws IOException { in createTempPath()
28 public interface TempPath { interface29 TempPath createTempPath() throws IOException; in createTempPath()30 TempPath createTempPath(String prefix) throws IOException; in createTempPath()
60 public abstract TempPath getRootTempPath(); in getRootTempPath()
33 import org.apache.james.mime4j.util.TempPath;57 TempPath tempPath = TempStorage.getInstance().getRootTempPath(); in MemoryBinaryBody()
32 import org.apache.james.mime4j.util.TempPath;56 TempPath tempPath = TempStorage.getInstance().getRootTempPath(); in TempFileBinaryBody()
36 import org.apache.james.mime4j.util.TempPath;61 TempPath tempPath = TempStorage.getInstance().getRootTempPath(); in TempFileTextBody()
37 import org.apache.james.mime4j.util.TempPath;62 TempPath tempPath = TempStorage.getInstance().getRootTempPath(); in MemoryTextBody()