| Package | Description |
|---|---|
| com.github.tennaito.rsql.misc |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
DefaultArgumentParser.parse(List<String> arguments,
Class<T> type) |
<T> List<T> |
ArgumentParser.parse(List<String> arguments,
Class<T> type)
Create an array of arguments casted to their correct types.
|
<T> T |
DefaultArgumentParser.parse(String argument,
Class<T> type) |
<T> T |
ArgumentParser.parse(String argument,
Class<T> type)
Parse given string argument as the specified class type.
|
Copyright © 2015–2017. All rights reserved.