public interface ApplicationName
extends org.jvnet.hk2.config.ConfigBeanProxy, javax.validation.Payload
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_APP_REGEX |
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 © 2013. All Rights Reserved.