public class CatalogObjectParserValidator extends BaseParserValidator<String>
Modifier and Type | Field and Description |
---|---|
protected static String |
CATALOG_BASIC_MODEL_REGEXP |
protected static String |
CATALOG_COMPLETE_REGEXP |
LEFT_PARAM_DELIMITER, model, PARAMETER_REGEXP, RIGHT_PARAM_DELIMITER, type, typeRegexp
Constructor and Description |
---|
CatalogObjectParserValidator(String model) |
Modifier and Type | Method and Description |
---|---|
protected Converter<String> |
createConverter(String model)
Create a converter used by this parser
|
protected Validator<String> |
createValidator(String model,
Converter<String> converter)
Create a validator used by this parser, using eventually a converter
|
getClassType, ignoreCaseQuotedRegexp, ignoreCaseRegexp, parseAndGetOneGroup, parseAndGetRegexGroups, parseAndValidate, parseAndValidate
protected static final String CATALOG_BASIC_MODEL_REGEXP
protected static final String CATALOG_COMPLETE_REGEXP
public CatalogObjectParserValidator(String model) throws ModelSyntaxException
ModelSyntaxException
protected Converter<String> createConverter(String model) throws ModelSyntaxException
BaseParserValidator
createConverter
in class BaseParserValidator<String>
model
- model used to create the converterModelSyntaxException
protected Validator<String> createValidator(String model, Converter<String> converter) throws ModelSyntaxException
BaseParserValidator
createValidator
in class BaseParserValidator<String>
model
- model used to create the validatorconverter
- converter eventually used to create the validatorModelSyntaxException