Class SchemaGeneratorUtil


  • public class SchemaGeneratorUtil
    extends java.lang.Object
    Utility class supporting common functions for schema management
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readTemplate​(java.lang.String adminSchemaName, java.lang.String schemaName, java.lang.String templateName, java.util.Collection<Replacer> replacersArg)
      Read the procedure template as a resource and substitute the necessary tokens
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaGeneratorUtil

        public SchemaGeneratorUtil()
    • Method Detail

      • readTemplate

        public static java.lang.String readTemplate​(java.lang.String adminSchemaName,
                                                    java.lang.String schemaName,
                                                    java.lang.String templateName,
                                                    java.util.Collection<Replacer> replacersArg)
        Read the procedure template as a resource and substitute the necessary tokens
        Parameters:
        templateName -
        Returns: