150151152153154155156157
URL uri = new URL(fullServerURI + uris[i]); wget.download(uri, substituteExpression, substituteReplacement); log("Exported URI: " + uri); } } catch (Exception e) { throw new ExportException(e); } }
188189190191192193194195
139140141142143144145146
149150151152153154155156