Uses of Class
com.sun.enterprise.config.serverbeans.customvalidators.NotTargetKeyword
-
Packages that use NotTargetKeyword Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.config.serverbeans.customvalidators -
-
Uses of NotTargetKeyword in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with annotations of type NotTargetKeyword Modifier and Type Method Description @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") StringServer. getConfigRef()Gets the value of the configRef property.@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{cluster.invalid.name}",payload=Cluster.class) StringCluster. getName()@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{config.invalid.name}",payload=Config.class) StringConfig. getName()Name of the configured object@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{node.invalid.name}",payload=Node.class) StringNode. getName()@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=Server.class) StringServer. getName() -
Uses of NotTargetKeyword in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type NotTargetKeyword Modifier and Type Method Description voidNotTargetKeywordValidator. initialize(NotTargetKeyword constraintAnnotation)
-