Class JSONFlagDiffSubCommand.JSONFlagDiff

  • Enclosing class:
    JSONFlagDiffSubCommand

    protected class JSONFlagDiffSubCommand.JSONFlagDiff
    extends java.lang.Object
    Helper class for storing diff results.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JSONFlagDiff()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChanged​(com.google.gson.JsonObject object)  
      void addMissing​(com.google.gson.JsonObject object)  
      java.util.HashSet<com.google.gson.JsonObject> getChanged()  
      java.util.HashSet<com.google.gson.JsonObject> getMissing()  
      • Methods inherited from class java.lang.Object

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

      • JSONFlagDiff

        protected JSONFlagDiff()
    • Method Detail

      • addMissing

        public void addMissing​(com.google.gson.JsonObject object)
      • addChanged

        public void addChanged​(com.google.gson.JsonObject object)
      • getMissing

        public java.util.HashSet<com.google.gson.JsonObject> getMissing()
      • getChanged

        public java.util.HashSet<com.google.gson.JsonObject> getChanged()