public class PlatformEngineImpl extends Object implements PlatformEngine
| Modifier and Type | Field and Description |
|---|---|
protected CommentService |
commentService |
protected PlatformEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected MigrationService |
migrationService |
protected String |
name |
protected TranslationService |
translationService |
| Constructor and Description |
|---|
PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CommentService |
getCommentService() |
MigrationService |
getMigrationService() |
String |
getName() |
PlatformEngineConfiguration |
getPlatformEngineConfiguration() |
TranslationService |
getTranslationService() |
protected final org.slf4j.Logger logger
protected String name
protected PlatformEngineConfiguration engineConfiguration
protected TranslationService translationService
protected CommentService commentService
protected MigrationService migrationService
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 MigrationService getMigrationService()
getMigrationService in interface PlatformEnginepublic PlatformEngineConfiguration getPlatformEngineConfiguration()
getPlatformEngineConfiguration in interface PlatformEngineCopyright © 2019. All rights reserved.