All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.commondatamodel.objectmodel.storage.CdmStandardsAdapter Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

package com.microsoft.commondatamodel.objectmodel.storage;

/**
 * An adapter pre-configured to read the standard schema files published by CDM.
 */
public class CdmStandardsAdapter extends CdmCustomPackageAdapter {

  static final String TYPE = "cdm-standards";

  /**
   * Constructs a CdmStandardsAdapter with default parameters.
   */
  public CdmStandardsAdapter() throws ClassNotFoundException {
    super("com.microsoft.commondatamodel.cdmstandards.CdmStandards");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy