Interface MCRMETSGeneratorFactory.MCRMETSGeneratorSelector

All Known Implementing Classes:
MCRMETSGeneratorFactory.MCRMETSPropertyGeneratorSelector
Enclosing class:
MCRMETSGeneratorFactory

public static interface MCRMETSGeneratorFactory.MCRMETSGeneratorSelector
Base interface to select which mets generator should be chosen.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(MCRPath derivatePath)
    Returns the generator.
  • Method Details

    • get

      MCRMETSGenerator get(MCRPath derivatePath) throws MCRException
      Returns the generator.
      Parameters:
      derivatePath - path to the derivate
      Returns:
      the generator
      Throws:
      MCRException - something went wrong while getting the generator