- get() - Static method in enum ch.sf.htt.Architecture
-
Get the current cpu architecture.
- get() - Static method in enum ch.sf.htt.OperatingSystem
-
Get the current operating system, i.e.
- getBinariesDir() - Method in class ch.sf.htt.Httest
-
Gets the binaries directory for httest binaries.
- getEnvironment() - Method in class ch.sf.htt.Httest
-
Gets the environment to use when running httest.
- getEnvironmentMap() - Method in class ch.sf.htt.Environment
-
- getEnvp() - Method in class ch.sf.htt.Environment
-
Get environment array in format needed for Runtime().exec(),
i.e.
- getErrors() - Method in class ch.sf.htt.Httest
-
Returns the errors in case there was one.
- getExecResult() - Method in exception ch.sf.htt.HttestFailedException
-
- getHtntlmFile() - Method in class ch.sf.htt.Httest
-
Gets file for htntlm executable.
- getHtntlmFilename() - Static method in class ch.sf.htt.Httest
-
Gets file name of htntlm executable; "htntlm" on windows
and "htntlm" on unix.
- getHttest() - Method in class ch.sf.htt.HttestWrapper
-
Gets httest instance.
- getHttestBinaryExecutableFile() - Method in class ch.sf.htt.Httest
-
Gets file for httest executable.
- getHttestBinaryExecutableFilename() - Static method in class ch.sf.htt.Httest
-
Gets file name of httest executable; "httest.exe" on windows
and "httest" on unix.
- getHttestScript() - Method in class ch.sf.htt.HttestError
-
- getLineNumber() - Method in class ch.sf.htt.HttestError
-
- getMessage() - Method in class ch.sf.htt.HttestError
-
- getOs() - Static method in class ch.sf.htt.Httest
-
Return the current operating system.
- getReturnCode() - Method in class ch.sf.htt.ExecResult
-
Get the platform-specific return code of the external process.
- getStandardErr() - Method in class ch.sf.htt.ExecResult
-
Get all text that was produced by the external process on standard error.
- getStandardOut() - Method in class ch.sf.htt.ExecResult
-
Get all text that was produced by the external
process on standard out.
- getText() - Method in class ch.sf.htt.ProcessStreamHandler
-
Returns the text read from the input stream as a list of strings.
- getValue(String) - Method in class ch.sf.htt.Environment
-
Return value for given key.
- getWorkingDir() - Method in class ch.sf.htt.Httest
-
Gets the working directory to use when running httest.