public class EngineInitializerProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NODE_START |
protected static String |
NODE_STOP |
protected static String |
PLATFORM_ADMIN_USERNAME |
static String |
PLATFORM_CREATE
Configurations of platform
|
protected static String |
PROPERTIES_FILENAME |
protected static String |
TENANT_ADMIN_USERNAME |
| Constructor and Description |
|---|
EngineInitializerProperties()
Private contructor to prevent instantiation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatformAdminUsername() |
String |
getTenantAdminUsername(long tenantId) |
boolean |
shouldCreatePlatform() |
boolean |
shouldStartPlatform() |
boolean |
shouldStopPlatform() |
protected static final String PROPERTIES_FILENAME
public static final String PLATFORM_CREATE
protected static final String NODE_START
protected static final String NODE_STOP
protected static final String PLATFORM_ADMIN_USERNAME
protected static final String TENANT_ADMIN_USERNAME
public EngineInitializerProperties()
BonitaHomeNotSetExceptionpublic boolean shouldCreatePlatform()
public boolean shouldStartPlatform()
public boolean shouldStopPlatform()
public String getPlatformAdminUsername()
public String getTenantAdminUsername(long tenantId)
Copyright © 2016 Bonitasoft S.A.. All rights reserved.