org.raml.parser.visitor
Class RamlValidationService

java.lang.Object
  extended by org.raml.parser.visitor.YamlValidationService
      extended by org.raml.parser.visitor.RamlValidationService

public class RamlValidationService
extends YamlValidationService


Field Summary
 
Fields inherited from class org.raml.parser.visitor.YamlValidationService
logger
 
Constructor Summary
RamlValidationService(ResourceLoader resourceLoader, RamlDocumentValidator ramlDocumentValidator, TagResolver... tagResolvers)
           
 
Method Summary
static RamlValidationService createDefault()
           
static RamlValidationService createDefault(ResourceLoader loader, NodeRuleFactory nodeRuleFactory, TagResolver... tagResolvers)
           
static RamlValidationService createDefault(ResourceLoader loader, TagResolver... tagResolvers)
           
protected  List<ValidationResult> preValidation(org.yaml.snakeyaml.nodes.MappingNode root)
           
 
Methods inherited from class org.raml.parser.visitor.YamlValidationService
validate, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RamlValidationService

public RamlValidationService(ResourceLoader resourceLoader,
                             RamlDocumentValidator ramlDocumentValidator,
                             TagResolver... tagResolvers)
Method Detail

preValidation

protected List<ValidationResult> preValidation(org.yaml.snakeyaml.nodes.MappingNode root)
Overrides:
preValidation in class YamlValidationService

createDefault

public static RamlValidationService createDefault()

createDefault

public static RamlValidationService createDefault(ResourceLoader loader,
                                                  TagResolver... tagResolvers)

createDefault

public static RamlValidationService createDefault(ResourceLoader loader,
                                                  NodeRuleFactory nodeRuleFactory,
                                                  TagResolver... tagResolvers)


Copyright © 2013. All rights reserved.