Modifier and Type | Field and Description |
---|---|
protected AppEngineConfiguration |
appEngineConfiguration |
protected AppManagementService |
appManagementService |
protected CoreAppRepositoryService |
appRepositoryService |
protected String |
name |
Constructor and Description |
---|
AppEngineImpl(AppEngineConfiguration appEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
AppEngineConfiguration |
getAppEngineConfiguration() |
AppManagementService |
getAppManagementService() |
CoreAppRepositoryService |
getAppRepositoryService() |
String |
getName() |
void |
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration) |
void |
setAppManagementService(AppManagementService appManagementService) |
void |
setAppRepositoryService(CoreAppRepositoryService appRepositoryService) |
void |
setName(String name) |
protected String name
protected AppEngineConfiguration appEngineConfiguration
protected AppManagementService appManagementService
protected CoreAppRepositoryService appRepositoryService
public AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
public void setName(String name)
public AppEngineConfiguration getAppEngineConfiguration()
getAppEngineConfiguration
in interface AppEngine
public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
public AppManagementService getAppManagementService()
getAppManagementService
in interface AppEngine
public void setAppManagementService(AppManagementService appManagementService)
public CoreAppRepositoryService getAppRepositoryService()
getAppRepositoryService
in interface AppEngine
public void setAppRepositoryService(CoreAppRepositoryService appRepositoryService)