JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aksw.shellgebra.shim.core
ArgsParser
Contents
Description
Method Summary
Method Details
parse(String[])
Hide sidebar
Show sidebar
Interface ArgsParser<
T
>
All Known Implementing Classes:
ArgsParserPicocli
public interface
ArgsParser<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
parse
(
String
[] args)
Method Details
parse
T
parse
(
String
[] args)