@Deprecated public class Statit extends GenericTool
GenericTool
,
Tool
timer
Constructor and Description |
---|
Statit()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(String toolName,
List<String> argList,
String path,
String outDir,
String host,
String masterhost,
CmdAgentImpl cmdAgent,
CountDownLatch latch)
Deprecated.
This is the method that should get the arguments to
call the tool with.
|
protected void |
stop(boolean warn)
Deprecated.
This method is responsible for stopping the tool utility.
|
public void configure(String toolName, List<String> argList, String path, String outDir, String host, String masterhost, CmdAgentImpl cmdAgent, CountDownLatch latch)
GenericTool
configure
in interface Tool
configure
in class GenericTool
toolName
- The tool to startargList
- The tool argumentspath
- The path, if any, to find the tooloutDir
- The output directoryhost
- The host to run the toolmasterhost
- The Faban mastercmdAgent
- The command agent for running commandslatch
- Latch set when tool is doneprotected void stop(boolean warn)
GenericTool
stop
in class GenericTool
warn
- Whether to warn if the tool already ended.