| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans | |
| com.sun.enterprise.config.serverbeans.customvalidators |
| Modifier and Type | Method and Description |
|---|---|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") String |
Server.getConfigRef()
Gets the value of the configRef property.
|
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{node.invalid.name}",payload=Node.class) String |
Node.getName() |
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{cluster.invalid.name}",payload=Cluster.class) String |
Cluster.getName() |
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=Server.class) String |
Server.getName() |
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{config.invalid.name}",payload=Config.class) String |
Config.getName()
Name of the configured object
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotTargetKeywordValidator.initialize(NotTargetKeyword constraintAnnotation) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.