2930313233343536373839
} public Data get(String key, int type){ switch (type) { case Constants.INI: return new IniParser().parse(this.store.get(this.prefix + "/" + key)); default: return new DefaultParser().parse(this.store.get(this.prefix + "/" + key)); } }