Uses of Class
org.jboss.vfs.TempDir
-
Packages that use TempDir Package Description org.jboss.vfs org.jboss.vfs.spi -
-
Uses of TempDir in org.jboss.vfs
Methods in org.jboss.vfs that return TempDir Modifier and Type Method Description TempDirTempFileProvider. createTempDir(String originalName)Create a temp directory, into which temporary files may be placed. -
Uses of TempDir in org.jboss.vfs.spi
Constructors in org.jboss.vfs.spi with parameters of type TempDir Constructor Description JavaZipFileSystem(File archiveFile, TempDir tempDir)Create a new instance.JavaZipFileSystem(String name, InputStream inputStream, TempDir tempDir)Create a new instance.
-