public interface CommandLineToolArguments
Modifier and Type | Method and Description |
---|---|
static CommandLineToolArguments |
empty() |
List<String> |
get() |
static CommandLineToolArguments |
of(List<Object> args) |
static CommandLineToolArguments |
of(Object... args) |
static CommandLineToolArguments empty()
static CommandLineToolArguments of(Object... args)
static CommandLineToolArguments of(List<Object> args)