public abstract class GroupedOptions extends Object
Constructor and Description |
---|
GroupedOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String param) |
static String |
formatLong(String longDisplay,
String description) |
static String |
formatMultiLine(String longDisplay,
String description) |
boolean |
happy() |
abstract List<? extends org.caffinitas.ohc.benchmark.distribution.Option> |
options() |
static void |
printOptions(PrintStream out,
String command,
GroupedOptions... groupings) |
static <G extends GroupedOptions> |
select(String[] params,
G... groupings) |
public boolean accept(String param)
public boolean happy()
public abstract List<? extends org.caffinitas.ohc.benchmark.distribution.Option> options()
public static <G extends GroupedOptions> G select(String[] params, G... groupings)
public static void printOptions(PrintStream out, String command, GroupedOptions... groupings)
Copyright © 2014–2019 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.