public static interface FilePath.FilePathEnvAccess
org.vishia.util.test.Test_FilePath.| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getCurrentDir()
Returns the current directory of the context necessary to build an absolute path in
FilePath. |
java.lang.Object |
getValue(java.lang.String variable)
Returns the Object which is addressed by the name.
|
java.lang.Object getValue(java.lang.String variable)
throws java.lang.NoSuchFieldException
variable - The namejava.lang.NoSuchFieldException - if the variable is not found (optional, recommended).java.lang.CharSequence getCurrentDir()
FilePath.