|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemporaryFileFactory
This interface provides isolation to the user from the exact mechanism of generating temporary file names. For example, the mechanism may be through the Base APIs or through ariba.util.
| Method Summary | |
|---|---|
String |
createTemporaryFileName()
Create a temporary file and return the name which should include the entire path. |
String |
createTemporaryFileName(File directory,
String prefix,
String suffix)
Create a temporary file and return the name which should include the entire path. |
File |
getTempDir()
Returns the tempDir |
| Method Detail |
|---|
String createTemporaryFileName()
throws IOException
IOException
String createTemporaryFileName(File directory,
String prefix,
String suffix)
throws IOException
directory - Name of the directory in which we create the temporary file.prefix - This is prepended to the name of the file.suffix - This is appended to the name of the file.
IOException
File getTempDir()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||