public class DashboardModel extends Object
| Constructor and Description |
|---|
DashboardModel() |
| Modifier and Type | Method and Description |
|---|---|
static DashboardModel |
create(org.apache.maven.plugin.logging.Log log,
DashboardConfiguration config,
List<ResourceBundle> bundles)
Creates a Dashboard model based on the given
ResourceBundles. |
List<String> |
getAllLanguages()
Gets the all languages.
|
String |
getGenerationDate()
Gets the generation date.
|
List<ProjectModel> |
getProjects()
Gets the projects.
|
String |
getVersion()
Gets the version.
|
boolean |
isCreateTmx()
Checks if is creates the tmx.
|
void |
setAllLanguages(List<String> allLanguages)
Sets the all languages.
|
void |
setCreateTmx(boolean createTmx)
Sets the creates the tmx.
|
void |
setGenerationDate(String generationDate)
Sets the generation date.
|
void |
setProjects(List<ProjectModel> projects)
Sets the projects.
|
void |
setVersion(String version)
Sets the version.
|
public String getGenerationDate()
public void setGenerationDate(String generationDate)
generationDate - the new generation datepublic List<String> getAllLanguages()
public void setAllLanguages(List<String> allLanguages)
allLanguages - the new all languagespublic static DashboardModel create(org.apache.maven.plugin.logging.Log log, DashboardConfiguration config, List<ResourceBundle> bundles)
ResourceBundles.log - the logconfig - the configurationbundles - the bundlespublic boolean isCreateTmx()
public void setCreateTmx(boolean createTmx)
createTmx - the new creates the tmxpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic List<ProjectModel> getProjects()
public void setProjects(List<ProjectModel> projects)
projects - the new projectsCopyright © 2013-2015. All Rights Reserved.