| Package | Description |
|---|---|
| org.yarnandtail.andhow.property |
| Modifier and Type | Method and Description |
|---|---|
static StrProp.StrBuilder |
StrProp.builder()
A chainable builder for this property that should terminate with
build() |
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.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 © 2022. All rights reserved.