public class PlatformEngineImpl extends Object implements PlatformEngine
| Modifier and Type | Field and Description |
|---|---|
protected CommentService |
commentService |
protected ConfigurationService |
configurationService |
protected PlatformEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected MigrationService |
migrationService |
protected String |
name |
protected PlatformManagementService |
platformManagementService |
protected PlatformRepositoryService |
platformRepositoryService |
protected TranslationService |
translationService |
| Constructor and Description |
|---|
PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CommentService |
getCommentService() |
ConfigurationService |
getConfigurationService() |
MigrationService |
getMigrationService() |
String |
getName() |
PlatformEngineConfiguration |
getPlatformEngineConfiguration() |
PlatformManagementService |
getPlatformManagementService() |
PlatformRepositoryService |
getPlatformRepositoryService() |
TranslationService |
getTranslationService() |
protected final org.slf4j.Logger logger
protected String name
protected PlatformEngineConfiguration engineConfiguration
protected TranslationService translationService
protected CommentService commentService
protected ConfigurationService configurationService
protected MigrationService migrationService
protected PlatformManagementService platformManagementService
protected PlatformRepositoryService platformRepositoryService
public PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
public String getName()
getName in interface PlatformEnginepublic void close()
close in interface PlatformEnginepublic TranslationService getTranslationService()
getTranslationService in interface PlatformEnginepublic CommentService getCommentService()
getCommentService in interface PlatformEnginepublic ConfigurationService getConfigurationService()
getConfigurationService in interface PlatformEnginepublic MigrationService getMigrationService()
getMigrationService in interface PlatformEnginepublic PlatformManagementService getPlatformManagementService()
getPlatformManagementService in interface PlatformEnginepublic PlatformEngineConfiguration getPlatformEngineConfiguration()
getPlatformEngineConfiguration in interface PlatformEnginepublic PlatformRepositoryService getPlatformRepositoryService()
getPlatformRepositoryService in interface PlatformEngine