Class YamlParser


  • public class YamlParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      YamlParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Yaml.Documents parse​(java.lang.String source)  
      Yaml.Documents parse​(java.nio.file.Path sourceFile, java.nio.file.Path relativeTo)  
      java.util.List<Yaml.Documents> parse​(java.util.List<java.nio.file.Path> sourceFiles, java.nio.file.Path relativeTo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YamlParser

        public YamlParser()
    • Method Detail

      • parse

        public java.util.List<Yaml.Documents> parse​(java.util.List<java.nio.file.Path> sourceFiles,
                                                    @Nullable
                                                    java.nio.file.Path relativeTo)
      • parse

        public Yaml.Documents parse​(java.nio.file.Path sourceFile,
                                    @Nullable
                                    java.nio.file.Path relativeTo)