Class ConvertParsedSchemas

java.lang.Object
com.yahoo.schema.parser.ConvertParsedSchemas

public class ConvertParsedSchemas extends Object
Class converting a collection of schemas from the intermediate format.
Author:
arnej27959
  • Constructor Details

    • ConvertParsedSchemas

      public ConvertParsedSchemas(List<ParsedSchema> orderedInput, com.yahoo.document.DocumentTypeManager documentTypeManager, com.yahoo.config.application.api.ApplicationPackage applicationPackage, com.yahoo.config.application.api.FileRegistry fileRegistry, com.yahoo.config.application.api.DeployLogger deployLogger, com.yahoo.config.model.api.ModelContext.Properties properties, RankProfileRegistry rankProfileRegistry, boolean documentsOnly)
  • Method Details

    • convertToSchemas

      public List<Schema> convertToSchemas()