7475767778798081
{ this.properties.setProperty(name, value); try { this.save(); } catch (Exception ex){ throw new FeedbackException("Cannot write file", ex); } }
103104105106107108109110
{ this.properties.remove(name); try { this.save(); } catch (Exception ex){ throw new FeedbackException("Cannot write file", ex); } }