Class VersionsEngine.PropertyChange

  • Enclosing class:
    VersionsEngine

    private static class VersionsEngine.PropertyChange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) PomFile pom  
      (package private) java.lang.String propertyName  
      (package private) java.lang.String propertyValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyChange​(PomFile pom, java.lang.String propertyName, java.lang.String propertyValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • propertyName

        final java.lang.String propertyName
      • propertyValue

        java.lang.String propertyValue
    • Constructor Detail

      • PropertyChange

        public PropertyChange​(PomFile pom,
                              java.lang.String propertyName,
                              java.lang.String propertyValue)