thredds.catalog2.builder.util
Class ThreddsMetadataBuilderUtils
java.lang.Object
thredds.catalog2.builder.util.ThreddsMetadataBuilderUtils
public class ThreddsMetadataBuilderUtils
- extends Object
Utility methods for copying and merging ThreddsMetadataBuilder
s.
- Since:
- 4.0
- Author:
- edavis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.