public class RunnerOptions extends Object
| Constructor and Description |
|---|
RunnerOptions() |
| Modifier and Type | Method and Description |
|---|---|
static RunnerOptions |
fromAnnotationAndSystemProperties(Class<?> clazz) |
static RunnerOptions |
fromAnnotationAndSystemProperties(List<String> features,
List<String> tags,
Class clazz) |
List<String> |
getFeatures() |
String |
getName() |
List<String> |
getPlugins() |
List<String> |
getTags() |
static RunnerOptions |
parseCommandLine(String line) |
static RunnerOptions |
parseStringArgs(String[] args) |
public String getName()
public static RunnerOptions parseStringArgs(String[] args)
public static RunnerOptions parseCommandLine(String line)
public static RunnerOptions fromAnnotationAndSystemProperties(Class<?> clazz)
Copyright © 2019. All rights reserved.