Package adalid.util.meta.sql
Class PlatformBean
- java.lang.Object
-
- adalid.util.meta.sql.PlatformBean
-
public class PlatformBean extends Object
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description PlatformBean(String name, File propertiesFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TemplateBean template)StringgetName()FilegetPropertiesFile()Map<String,TemplateBean>getTemplatesMap()
-
-
-
Method Detail
-
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)
-
-