- Type Parameters:
T
- the structured representation returned by this parser.
public interface CommandLineToolOutputParser<T>
A parser for converting command line tool output into a structured representation.
Parsing outputs is useful for several use case such as extracting information like version, paths or comparing similar capability tool's output.
For example, comparing the output of dir and ls or jar tool on different systems (Windows vs macOS).
- Since:
- 0.4