495051525354555657
@Override protected Object executeInternal() throws Exception { PutAttributesContext ctx = new PutAttributesContext(domain, new FileReader(file), true); new PutAttributesCommand(getService()).execute(ctx); return null; }