Esempio n. 1
0
 public void setConfiguration(Configuration cfg) throws ConfigurationException {
   super.setConfiguration(cfg);
   this.protectedEntrys = cfg.getAll("protect-entry");
   this.wipedEntrys = cfg.getAll("wipe-entry");
   this.protectISO = cfg.getAll("protect-ISOMsg");
   this.protectFSD = cfg.getAll("protect-FSDMsg");
 }