public static interface CommandBuilder.CommandBuilderBase<S extends CommandBuilder.CommandBuilderBase<S>>
| Modifier and Type | Method and Description |
|---|---|
<T> S |
withArg(T value,
Encoder<? super T> encoder) |
default S |
withIntArg(Integer value) |
default S |
withLongArg(Long value,
Charset charset) |
default S |
withOption(CharSequence s) |
default S |
withStrArg(CharSequence s,
Charset charset) |
Copyright © 2016. All rights reserved.