Class YamlLines

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.String>

    public class YamlLines
    extends java.lang.Object
    implements java.lang.Iterable<java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      YamlLines​(java.util.List<java.lang.String> rawLines)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.lang.String> iterator()  
      static java.lang.String nameOnly​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • YamlLines

        public YamlLines​(java.util.List<java.lang.String> rawLines)
    • Method Detail

      • nameOnly

        public static java.lang.String nameOnly​(java.lang.String s)
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.String>