org.apache.any23.cli
Interface Tool

All Known Implementing Classes:
ExtractorDocumentation, MicrodataParser, MimeDetector, PluginVerifier, Rover, Version, VocabPrinter

public interface Tool

Defines a runnable CLI tool.

Author:
Michele Mostarda (mostarda@fbk.eu)

Method Summary
 int run(String[] args)
          Runs the tool and retrieves the exit code.
 

Method Detail

run

int run(String[] args)
Runs the tool and retrieves the exit code.

Parameters:
args - command line arguments.
Returns:
exit code.


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