public class CatalogUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<InvCatalogRef> |
findAllCatRefsInDatasetTree(java.util.List<InvDataset> datasets,
java.lang.StringBuilder log,
boolean onlyRelativeUrls)
Find all catalogRef elements in the dataset tree formed by the given dataset list.
|
public static java.util.List<InvCatalogRef> findAllCatRefsInDatasetTree(java.util.List<InvDataset> datasets, java.lang.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 datasets