Class PlatformBean

java.lang.Object
adalid.util.meta.sql.PlatformBean

public class PlatformBean extends Object
Author:
Jorge Campins
  • Constructor Details

    • PlatformBean

      public PlatformBean(String name, File propertiesFile)
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getPropertiesFile

      public File getPropertiesFile()
      Returns:
      the properties file
    • getTemplatesMap

      public Map<String,TemplateBean> getTemplatesMap()
      Returns:
      the templates
    • add

      public void add(TemplateBean template)