Class ValueCache.ValueCacheEntry

java.lang.Object
org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
Enclosing class:
ValueCache

public static class ValueCache.ValueCacheEntry extends Object
  • Method Details

    • store

      public void store(OutputStream out, String comment) throws IOException
      Throws:
      IOException
    • isDirty

      public boolean isDirty()
    • dirty

      public void dirty()
    • getValues

      public Map<String,String> getValues()
    • isExists

      public boolean isExists()
    • isCreate

      public boolean isCreate()
    • doCreate

      public void doCreate()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object