public class TempFileManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static TempFileManager |
INSTANCE |
static String |
TMPDIR_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
File |
newTempDirectory(String base,
String ext) |
File |
newTempFile(String base,
String ext) |
public static final String TMPDIR_PROPERTY
public static final TempFileManager INSTANCE
public File newTempDirectory(String base, String ext) throws IOException
IOExceptionpublic File newTempFile(String base, String ext) throws IOException
IOExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.