Package org.apache.any23.cli
Class ToolRunner
- java.lang.Object
-
- org.apache.any23.cli.ToolRunner
-
public final class ToolRunner extends Object
This class is the main class responsible to provide a uniform command-line access points to all the others tools likeRover
.- See Also:
ExtractorDocumentation
,Rover
-
-
Field Summary
Fields Modifier and Type Field Description static File
DEFAULT_PLUGIN_DIR
-
Constructor Summary
Constructors Constructor Description ToolRunner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(String... args)
static void
main(String[] args)
-