Class PropertyPathNotification

java.lang.Object
org.springframework.cloud.config.monitor.PropertyPathNotification

public class PropertyPathNotification extends Object
Simple abstraction of a list of paths that changed in a repository.
Author:
Dave Syer
  • Constructor Details

    • PropertyPathNotification

      public PropertyPathNotification(String... paths)
    • PropertyPathNotification

      public PropertyPathNotification()
  • Method Details

    • getPaths

      public String[] getPaths()
    • setPaths

      public void setPaths(String[] paths)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • toString

      public String toString()
      Overrides:
      toString in class Object