public interface ApplicationName
extends org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_APP_REGEX |
| Modifier and Type | Method and Description |
|---|---|
@NotNull @Pattern(regexp="[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_\\./;:#]*",message="{app.invalid.name}",payload=ApplicationName.class) String |
getName()
Name of the configured object
|
void |
setName(String value) |
static final String NAME_APP_REGEX
@NotNull
@Pattern(regexp="[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_\\./;:#]*",
message="{app.invalid.name}",
payload=ApplicationName.class)
@NotNull @Pattern(regexp="[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_\\./;:#]*",message="{app.invalid.name}",payload=ApplicationName.class) String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.