188189190191192193194
throw new ReadOnlyException(); } @Override public int moveConfig(IConfig config, int newPos) throws MException { throw new ReadOnlyException(); }
193194195196197198199
throw new ReadOnlyException(); } @Override public void setProperty(String key, Object value) throws MException { throw new ReadOnlyException(); }
203204205206207208209
return false; } @Override public void removeConfig(IConfig config) throws MException { throw new ReadOnlyException(); }
233234235236237238239
return instance.getExtracted(key, def); } @Override public void setString(String name, String value) throws MException { throw new ReadOnlyException(); }
248249250251252253254
return false; } @Override public void save() throws MException { throw new ReadOnlyException(); }