Package org.apache.any23.cli
Interface Tool
-
- All Known Implementing Classes:
ExtractorDocumentation
,MicrodataParser
,MimeDetector
,PluginVerifier
,Rover
,VocabPrinter
public interface Tool
Defines a runnable CLI tool.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Runs the tool and retrieves the exit code.
-