public interface ApplicationName
extends org.jvnet.hk2.config.ConfigBeanProxy, javax.validation.Payload
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_APP_REGEX |
| Modifier and Type | Method and Description |
|---|---|
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)
String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017. All rights reserved.