|
|||||||||
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(java.io.File pBaseDir,
java.io.File pProfileDir)
|
|
StandardFileEnvironment(java.io.File pBaseDir,
java.io.File pProfileDir,
java.io.File pTempDir,
java.io.File pWorkingDir)
|
Method Summary | |
---|---|
java.io.File |
getBaseDir()
The platform base directory. |
java.io.File |
getProfileDir()
Some user specific private directory. |
java.io.File |
getTempDir()
The directory for temporary files. |
java.io.File |
getWorkingDir()
The working directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardFileEnvironment()
public StandardFileEnvironment(java.io.File pBaseDir, java.io.File pProfileDir)
public StandardFileEnvironment(java.io.File pBaseDir, java.io.File pProfileDir, java.io.File pTempDir, java.io.File pWorkingDir)
Method Detail |
---|
public java.io.File getBaseDir()
IFileEnvironment
Normally this will be equal to the VM "user.dir" property.
getBaseDir
in interface IFileEnvironment
public java.io.File getProfileDir()
IFileEnvironment
Normally this will be equal to the VM "user.home" property or an application defined subdirectory.
getProfileDir
in interface IFileEnvironment
public java.io.File getTempDir()
IFileEnvironment
Normally this will be equal to the VM "java.io.tmpdir" property.
getTempDir
in interface IFileEnvironment
public java.io.File getWorkingDir()
IFileEnvironment
Normally this will be equal to the VM "user.dir" property.
getWorkingDir
in interface IFileEnvironment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |