g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.util.SecureFile

Packages that use SecureFile
eu.geclipse.core.util   
 

Uses of SecureFile in eu.geclipse.core.util
 

Methods in eu.geclipse.core.util that return SecureFile
static SecureFile SecureFile.createTempFile(java.lang.String prefix, java.lang.String suffix)
          Creates a protected empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
static SecureFile SecureFile.createTempFile(java.lang.String prefix, java.lang.String suffix, java.io.File directory)
          Creates a protected empty file in the specified directory, using the given prefix and suffix to generate its name.
 


g-Eclipse
Release 1.0.0