221222223224225226227228
GeostoreAction action = new GeostoreAction(geoStoreCfg); action.setTempDir(tempDir); SingleFileActionExecutor.execute(action, inputFile); } catch (Exception ex) { throw new GeoStoreException("Error while deleting resource " + id, ex); } }