org.apache.any23.cli
Class ToolRunner

java.lang.Object
  extended by org.apache.any23.cli.ToolRunner

public class ToolRunner
extends Object

This class is the main class responsible to provide a uniform command-line access points to all the others tools like Rover.

See Also:
ExtractorDocumentation, Rover

Nested Class Summary
static interface ToolRunner.Description
           
static interface ToolRunner.Skip
           
 
Field Summary
static File HOME_PLUGIN_DIR
           
 
Constructor Summary
ToolRunner()
           
 
Method Summary
static Class<Tool>[] getToolsInClasspath()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOME_PLUGIN_DIR

public static final File HOME_PLUGIN_DIR
Constructor Detail

ToolRunner

public ToolRunner()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

getToolsInClasspath

public static Class<Tool>[] getToolsInClasspath()
                                         throws IOException
Throws:
IOException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.