| Package | Description |
|---|---|
| org.yarnandtail.andhow.property |
| Modifier and Type | Method and Description |
|---|---|
static StrProp.StrBuilder |
StrProp.builder() |
StrProp.StrBuilder |
StrProp.StrBuilder.endsWith(String suffix) |
StrProp.StrBuilder |
StrProp.StrBuilder.endsWithIgnoringCase(String suffix) |
StrProp.StrBuilder |
StrProp.StrBuilder.matches(String regex) |
StrProp.StrBuilder |
StrProp.StrBuilder.mustEndWith(String sufix)
Deprecated.
Use
StrBuilder.endsWith() |
StrProp.StrBuilder |
StrProp.StrBuilder.mustEndWithIgnoreCase(String sufix)
Deprecated.
Use
StrBuilder.endsWithIgnoringCase() |
StrProp.StrBuilder |
StrProp.StrBuilder.mustEqual(String... values)
Deprecated.
Use
StrBuilder.oneOf() |
StrProp.StrBuilder |
StrProp.StrBuilder.mustMatchRegex(String regex)
Deprecated.
Use
StrBuilder.matches() |
StrProp.StrBuilder |
StrProp.StrBuilder.mustStartWith(String prefix)
Deprecated.
Use
StrBuilder.startsWith() |
StrProp.StrBuilder |
StrProp.StrBuilder.mustStartWithIgnoreCase(String prefix)
Deprecated.
Use
StrBuilder.startsWithIgnoringCase() |
StrProp.StrBuilder |
StrProp.StrBuilder.oneOf(String... values) |
StrProp.StrBuilder |
StrProp.StrBuilder.oneOfIgnoringCase(String... values) |
StrProp.StrBuilder |
StrProp.StrBuilder.startsWith(String prefix) |
StrProp.StrBuilder |
StrProp.StrBuilder.startsWithIgnoringCase(String prefix) |
Copyright © 2021. All rights reserved.