public class BaseUriRule extends SimpleRule
| Modifier and Type | Field and Description |
|---|---|
static String |
URI_NOT_VALID_MESSAGE |
static String |
URI_PATTERN |
static String |
VERSION_NOT_PRESENT_MESSAGE |
rules| Constructor and Description |
|---|
BaseUriRule() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
doValidateValue(org.yaml.snakeyaml.nodes.ScalarNode node) |
String |
getBaseUri() |
Set<String> |
getParameters() |
SimpleRule |
getVersionRule() |
deepCopy, getFieldClass, getKeyNode, getValueNode, getValueNodeType, setFieldClass, setKeyNode, setValueNode, validateKey, wasAlreadyDefinedaddRulesFor, checkClassToCopy, getHandler, getKey, getName, getNodeRuleFactory, getParentTupleRule, getRootTupleRule, getRuleByFieldName, getRuleForTuple, isRequired, isValidValueNodeType, onRuleEnd, setHandler, setName, setNestedRules, setNodeRuleFactory, setParentTupleRule, setRequired, setValueType, validateValuepublic static final String URI_NOT_VALID_MESSAGE
public static final String VERSION_NOT_PRESENT_MESSAGE
public static final String URI_PATTERN
public String getBaseUri()
public List<ValidationResult> doValidateValue(org.yaml.snakeyaml.nodes.ScalarNode node)
doValidateValue in class SimpleRulepublic SimpleRule getVersionRule()
Copyright © 2016. All rights reserved.