|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Parameters.LegacyEnvParameters
An interface providing abstract access to environments, as contained in a set of .jte files, as used by older, legacy test suites. Newer test suites should not use this interface, but should subtype EnvParameters directly.
| Method Summary | |
|---|---|
java.io.File[] |
getAbsoluteEnvFiles()
Get the set of files which define the environment used to run the tests. |
java.io.File[] |
getEnvFiles()
Get the set of files which define the environment used to run the tests. |
java.lang.String |
getEnvName()
Get the name of the environment to be used, from the set of environments contained in the fles set by setEnvFiles. |
void |
setEnvFiles(java.io.File[] files)
Set the files which contain the environment used to run the tests. |
void |
setEnvName(java.lang.String name)
Set the name of the environment to be used, from the set of environments contained in the fles set by setEnvFiles. |
| Methods inherited from interface com.sun.javatest.Parameters.EnvParameters |
|---|
getEnv |
| Method Detail |
|---|
java.io.File[] getEnvFiles()
getAbsoluteEnvFiles(),
setEnvFiles(java.io.File[])void setEnvFiles(java.io.File[] files)
files - the set of files which contain the environment
to be usedgetEnvFiles(),
getAbsoluteEnvFiles()java.io.File[] getAbsoluteEnvFiles()
getEnvFiles(),
setEnvFiles(java.io.File[])java.lang.String getEnvName()
setEnvName(java.lang.String)void setEnvName(java.lang.String name)
name - the name of the environment to be used to run the testsgetEnvName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||