public class StrProp extends PropertyBase<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
StrProp.StrBuilder |
| Constructor and Description |
|---|
StrProp(String defaultValue,
boolean required,
String shortDesc,
List<Validator<String>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<String> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static StrProp.StrBuilder |
builder() |
getDefaultValue, getExplicitValue, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getShortDescription, getTrimmer, getValidators, getValue, getValue, getValueType, isRequiredpublic static StrProp.StrBuilder builder()
Copyright © 2017. All rights reserved.