org.apache.any23.cli
Class PluginVerifier

java.lang.Object
  extended by org.apache.any23.cli.PluginVerifier
All Implemented Interfaces:
Tool

public class PluginVerifier
extends Object
implements Tool

Commandline utility to verify the Any23 plugins and extract basic information.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
PluginVerifier()
           
 
Method Summary
static void main(String[] args)
           
 int run(String[] args)
          Runs the tool and retrieves the exit code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginVerifier

public PluginVerifier()
Method Detail

main

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

run

public int run(String[] args)
Description copied from interface: Tool
Runs the tool and retrieves the exit code.

Specified by:
run in interface Tool
Parameters:
args - command line arguments.
Returns:
exit code.


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