public class CatalogUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List<InvCatalogRef> |
findAllCatRefsInDatasetTree(List<InvDataset> datasets,
StringBuilder log,
boolean onlyRelativeUrls)
Find all catalogRef elements in the dataset tree formed by the given dataset list.
|
public static List<InvCatalogRef> findAllCatRefsInDatasetTree(List<InvDataset> datasets, StringBuilder log, boolean onlyRelativeUrls)
datasets
- the list of datasets from which to find all the catalogRefslog
- StringBuilder into which any messages will be writtenonlyRelativeUrls
- only include catalogRefs with relative HREF URLs if true, otherwise include all catalogRef datasetsCopyright © 1999–2015 UCAR/Unidata. All rights reserved.