ivory.pwsim
Class RunPCP
java.lang.Object
org.apache.hadoop.conf.Configured
ivory.pwsim.RunPCP
- All Implemented Interfaces:
- Configurable, Tool
public class RunPCP
- extends Configured
- implements Tool
|
Method Summary |
static void |
main(String[] args)
Dispatches command-line arguments to the tool via the
ToolRunner. |
int |
run(String[] args)
Runs this tool. |
RunPCP
public RunPCP()
main
public static void main(String[] args)
throws Exception
- Dispatches command-line arguments to the tool via the
ToolRunner.
- Throws:
Exception
run
public int run(String[] args)
throws Exception
- Runs this tool.
- Specified by:
run in interface Tool
- Throws:
Exception