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 PlatformEngine
public void close()
close
in interface PlatformEngine
public TranslationService getTranslationService()
getTranslationService
in interface PlatformEngine
public CommentService getCommentService()
getCommentService
in interface PlatformEngine
public ConfigurationService getConfigurationService()
getConfigurationService
in interface PlatformEngine
public MigrationService getMigrationService()
getMigrationService
in interface PlatformEngine
public PlatformManagementService getPlatformManagementService()
getPlatformManagementService
in interface PlatformEngine
public PlatformEngineConfiguration getPlatformEngineConfiguration()
getPlatformEngineConfiguration
in interface PlatformEngine
public PlatformRepositoryService getPlatformRepositoryService()
getPlatformRepositoryService
in interface PlatformEngine