thredds.catalog.util
Class CatalogUtils

java.lang.Object
  extended by thredds.catalog.util.CatalogUtils

public class CatalogUtils
extends Object

_more_

Since:
4.0
Author:
edavis

Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findAllCatRefsInDatasetTree

public 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.

Parameters:
datasets - the list of datasets from which to find all the catalogRefs
log - StringBuilder into which any messages will be written
onlyRelativeUrls - only include catalogRefs with relative HREF URLs if true, otherwise include all catalogRef datasets
Returns:
the list of catalogRef datasets


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.