};
LOG.log(Level.FINE, "catalogURL: " + this.mainCatalogURL);
// Note: look for all datasets, that have either a urlPath="" attribute, or a <access> subelement
CatalogCrawler crawler = new CatalogCrawler(CatalogCrawler.USE_ALL, false, listener);
crawler.crawl(this.mainCatalogURL, ignore, System.out, this);
this.allUrls = listener.getURLs();
this.datasetMet = listener.getDatasetMet();
}
private List<String> getFindQuery() {