Class CatalogUtils


  • public class CatalogUtils
    extends Object
    _more_
    Since:
    4.0
    • 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
      • escapePathForURL

        public static String escapePathForURL​(String path)