|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.environment.file.StandardFileEnvironment
public class StandardFileEnvironment
Constructor Summary | |
---|---|
StandardFileEnvironment()
|
|
StandardFileEnvironment(File pBaseDir,
File pProfileDir)
|
|
StandardFileEnvironment(File pBaseDir,
File pProfileDir,
File pTempDir,
File pWorkingDir)
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardFileEnvironment()
public StandardFileEnvironment(File pBaseDir, File pProfileDir)
public StandardFileEnvironment(File pBaseDir, File pProfileDir, File pTempDir, File pWorkingDir)
Method Detail |
---|
public File getBaseDir()
IFileEnvironment
Normally this will be equal to the VM "user.dir" property.
getBaseDir
in interface IFileEnvironment
public File getProfileDir()
IFileEnvironment
Normally this will be equal to the VM "user.home" property or an application defined subdirectory.
getProfileDir
in interface IFileEnvironment
public File getTempDir()
IFileEnvironment
Normally this will be equal to the VM "java.io.tmpdir" property.
getTempDir
in interface IFileEnvironment
public File getWorkingDir()
IFileEnvironment
Normally this will be equal to the VM "user.dir" property.
getWorkingDir
in interface IFileEnvironment
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |