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