3233343536373839
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)); } }