public static interface Parameters.LegacyEnvParameters extends Parameters.EnvParameters
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEnvjava.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()Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.