Class SchemaGeneratorUtil
- java.lang.Object
-
- org.linuxforhealth.fhir.schema.control.SchemaGeneratorUtil
-
public class SchemaGeneratorUtil extends java.lang.Object
Utility class supporting common functions for schema management
-
-
Constructor Summary
Constructors Constructor Description SchemaGeneratorUtil()
-
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
-
-
-
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:
-
-