Class UpdateReport.Pair

  • Enclosing class:
    UpdateReport

    public static class UpdateReport.Pair
    extends java.lang.Object
    Yaml path - line identity pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(java.lang.String path, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • Pair

        public Pair​(java.lang.String path,
                    java.lang.String value)
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns:
        property yaml path
      • getValue

        public java.lang.String getValue()
        Returns:
        property value representation