102103104105106107108
this.unpublishedDir = new File(storageDir, "unpublished"); this.memory = new HashMap<String, BaseObject>(); this.dirty = new HashSet<String>(); this.converter = new StorageJsonConverter(this); }