Modifier and Type | Field and Description |
---|---|
protected static Map<String,PlatformEngine> |
PlatformEngines.platformEngines |
Modifier and Type | Method and Description |
---|---|
PlatformEngine |
PlatformEngineConfiguration.buildPlatformEngine() |
static PlatformEngine |
PlatformEngines.getDefaultPlatformEngine() |
static PlatformEngine |
PlatformEngines.getPlatformEngine(String platformEngineName)
Obtain an platform engine by name.
|
Modifier and Type | Method and Description |
---|---|
AutoDeploymentStrategy<PlatformEngine> |
PlatformEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<PlatformEngine>> |
PlatformEngineConfiguration.getDeploymentStrategies() |
static Map<String,PlatformEngine> |
PlatformEngines.getPlatformEngines()
Provides access to platform engines to application clients in a managed server environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PlatformEngineConfiguration.autoDeployResources(PlatformEngine platformEngine) |
static void |
PlatformEngines.registerEngine(PlatformEngine platformEngine)
Registers the given platform engine.
|
static void |
PlatformEngines.unregister(PlatformEngine platformEngine)
Unregisters the given platform engine.
|
Modifier and Type | Method and Description |
---|---|
void |
PlatformEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<PlatformEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPlatformAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
PlatformEngine engine) |
protected LockManager |
AbstractPlatformAutoDeploymentStrategy.getLockManager(PlatformEngine engine,
String deploymentNameHint) |
Modifier and Type | Class and Description |
---|---|
class |
PlatformEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected PlatformEngine |
ThemeAutoImporter.platformEngine |
Constructor and Description |
---|
ThemeAutoImporter(PlatformEngine platformEngine,
CommonAutoDeploymentProperties deploymentProperties,
Collection<Resource> themeResources,
boolean forceOverwrite) |
Modifier and Type | Method and Description |
---|---|
protected PlatformEngine |
PlatformEngineConfigurator.initEngine() |
Modifier and Type | Field and Description |
---|---|
protected PlatformEngine |
DefaultPlatformAutoDeployer.platformEngine |
Constructor and Description |
---|
DefaultPlatformAutoDeployer(Collection<Resource> deploymentResources,
PlatformEngine platformEngine) |
DefaultPlatformAutoDeployer(Collection<Resource> deploymentResources,
PlatformEngine platformEngine,
String deploymentName) |
Modifier and Type | Field and Description |
---|---|
protected PlatformEngine |
PlatformTestHelper.platformEngine |
Modifier and Type | Method and Description |
---|---|
protected PlatformEngine |
PlatformExtension.createPlatformEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
PlatformEngine |
PlatformTestHelper.getPlatformEngine() |
Constructor and Description |
---|
PlatformTestHelper(PlatformEngine platformEngine) |
Modifier and Type | Field and Description |
---|---|
protected PlatformEngine |
SystemConfigurationApplierService.platformEngine |
Constructor and Description |
---|
SystemConfigurationApplierService(PlatformEngine platformEngine,
String currentNodeName) |