|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileEnvironment
An object describing the process / VM file system context.
Method Summary | |
---|---|
File |
getBaseDir()
The platform base directory. |
File |
getProfileDir()
Some user specific private directory. |
File |
getTempDir()
The directory for temporary files. |
File |
getWorkingDir()
The working directory. |
Method Detail |
---|
File getBaseDir()
Normally this will be equal to the VM "user.dir" property.
File getProfileDir()
Normally this will be equal to the VM "user.home" property or an application defined subdirectory.
File getTempDir()
Normally this will be equal to the VM "java.io.tmpdir" property.
File getWorkingDir()
Normally this will be equal to the VM "user.dir" property.
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |