public class OptionDistribution extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,DistributionFactory> |
BUILDER |
Constructor and Description |
---|
OptionDistribution(String prefix,
String defaultSpec,
String description) |
OptionDistribution(String prefix,
String defaultSpec,
String description,
boolean required) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String param) |
boolean |
equals(Object that) |
DistributionFactory |
get() |
static DistributionFactory |
get(String spec) |
boolean |
happy() |
int |
hashCode() |
static List<String> |
help() |
String |
longDisplay() |
List<String> |
multiLineDisplay() |
static long |
parseLong(String value) |
String |
shortDisplay() |
public static final com.google.common.base.Function<String,DistributionFactory> BUILDER
public boolean accept(String param)
public static DistributionFactory get(String spec)
public DistributionFactory get()
public boolean happy()
public String longDisplay()
public String shortDisplay()
public static long parseLong(String value)
public int hashCode()
public boolean equals(Object that)
Copyright © 2014–2017 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.