Package com.sun.javatest
Class TestEnvironment.Element
java.lang.Object
com.sun.javatest.TestEnvironment.Element
- Enclosing class:
TestEnvironment
A class representing an entry in a test environment.
-
Method Details
-
getKey
Get the name of this entry.- Returns:
- the name of this entry
-
getValue
Get the (unresolved) value of this entry.- Returns:
- the (unresolved) value of this entry
-
getDefinedInEnv
Get the name of the environment that defines this entry.- Returns:
- the name of the environment that defines this entry
-
getDefinedInFile
Get the name of the file (or table) that defines this entry.- Returns:
- the name of the file (or table) that defines this entry
-