thredds.catalog2.builder.util
Class ThreddsMetadataBuilderUtils

java.lang.Object
  extended by thredds.catalog2.builder.util.ThreddsMetadataBuilderUtils

public class ThreddsMetadataBuilderUtils
extends Object

Utility methods for copying and merging ThreddsMetadataBuilders.

Since:
4.0
Author:
edavis

Method Summary
static ThreddsMetadataBuilder copyIntoNewThreddsMetadataBuilder(ThreddsMetadataBuilder source, ThreddsBuilderFactory builderFactory)
           
static ThreddsMetadataBuilder copyThreddsMetadataBuilder(ThreddsMetadataBuilder source, ThreddsMetadataBuilder recipient)
           
static ThreddsMetadataBuilder mergeTwoThreddsMetadata(ThreddsMetadataBuilder first, ThreddsMetadataBuilder second, ThreddsBuilderFactory builderFactory)
           
static void mergeTwoThreddsMetadata(ThreddsMetadataBuilder first, ThreddsMetadataBuilder second, ThreddsMetadataBuilder mergedResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyIntoNewThreddsMetadataBuilder

public static ThreddsMetadataBuilder copyIntoNewThreddsMetadataBuilder(ThreddsMetadataBuilder source,
                                                                       ThreddsBuilderFactory builderFactory)

copyThreddsMetadataBuilder

public static ThreddsMetadataBuilder copyThreddsMetadataBuilder(ThreddsMetadataBuilder source,
                                                                ThreddsMetadataBuilder recipient)

mergeTwoThreddsMetadata

public static ThreddsMetadataBuilder mergeTwoThreddsMetadata(ThreddsMetadataBuilder first,
                                                             ThreddsMetadataBuilder second,
                                                             ThreddsBuilderFactory builderFactory)

mergeTwoThreddsMetadata

public static void mergeTwoThreddsMetadata(ThreddsMetadataBuilder first,
                                           ThreddsMetadataBuilder second,
                                           ThreddsMetadataBuilder mergedResults)


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