Package com.linkedin.alpini.cli
Interface CLIParser<T>
-
- All Known Implementing Classes:
CLIArgumentParser
public interface CLIParser<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogConfiguredValues(T args)Tparse(java.lang.String[] args)voidshowUsage(boolean verbose)voidshowUsage(java.lang.String error)
-