| Modifier and Type | Method and Description |
|---|---|
static PlatformConfig |
PlatformConfigAntUtils.getOrLoadPlatformConfig(Task antTask) |
| Modifier and Type | Method and Description |
|---|---|
PlatformConfig |
CodeGenerator.getPlatformConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CodeGenerator.generate(PlatformConfig cfg) |
| Constructor and Description |
|---|
CodeGenerator(PlatformConfig cfg) |
CodeGenerator(PlatformConfig cfg,
YTypeSystemHandler loader) |
| Modifier and Type | Method and Description |
|---|---|
static PlatformConfig |
PlatformConfig.getInstance(SystemConfig config) |
protected PlatformConfig |
TenantsInfoLoader.getPlatformConfig() |
static PlatformConfig |
ConfigUtil.getPlatformConfig(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
ConfigUtil.loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig) |
static void |
ConfigUtil.loadRuntimeProperties(Properties props,
PlatformConfig platformConfig) |
| Constructor and Description |
|---|
ExtensionInfo(PlatformConfig extensionsXML,
File configFile)
Deprecated.
use
ExtensionInfo.ExtensionInfo(PlatformConfig, File, boolean) to explicitly define whether this is a core
extensions or not |
ExtensionInfo(PlatformConfig extensionsXML,
File configFile,
boolean isCoreExtension) |
TenantsInfoLoader(PlatformConfig platformConfig) |
TestClassesXmlSerializer(PlatformConfig platformConfig)
Deprecated.
since 5.0
|
| Constructor and Description |
|---|
DatabaseModelGenerator(YTypeSystem typeSystem,
DatabaseSettings databaseSettings,
DbTypeSystem dbTypeSystem,
PlatformConfig platformConfig) |
HybrisSchemaGenerator(PlatformConfig platformConfig,
PropertiesLoader propertiesLoader,
DataSourceCreator dataSourceCreator,
boolean dryRun) |
HybrisSchemaGenerator(PlatformConfig platformConfig,
PropertiesLoader propertiesLoader,
DataSourceCreator dataSourceCreator,
DbTypeSystemProvider dbTypeSystemProvider,
OverridenItemsXml overridenItemsXml,
boolean dryRun) |
StandalonePropertiesLoader(PlatformConfig platformConfig,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
HybrisClasspathBuilder.applyClasspathToClassloader(PlatformConfig platformConfig,
ClassLoader parentClassLoader) |
static AntClassLoader |
HybrisClasspathBuilder.getAntClassLoader(PlatformConfig platformConfig) |
static List<File> |
HybrisClasspathBuilder.getClassPathAsList(PlatformConfig platformConfig) |
static String |
HybrisClasspathBuilder.getClassPathAsString(PlatformConfig platformConfig) |
URL[] |
PlatformInPlaceClassLoader.getInPlaceURLs(PlatformConfig config,
String additionalClasspath) |
| Constructor and Description |
|---|
PlatformInPlaceClassLoader(PlatformConfig platformConfig,
String additionalClasspath,
ClassLoader parent,
boolean noteAboutStartup) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestClassesUtil.addTestSrcFoldersToClassPath(PlatformConfig platformConfig,
GroovyClassLoader ret) |
static TestClassesUtil |
TestClassesUtil.createBootstrapInstance(PlatformConfig platformConfig)
Constructs an instance in the bootstrap environment.
|
static TestClassesUtil |
TestClassesUtil.createInstance(PlatformConfig platformConfig,
PlatformInPlaceClassLoader inPlaceClassLoader) |
static TestClassesUtil |
TestClassesUtil.createIntegrationInstance(PlatformConfig platformConfig)
Constructs an instance in the integrated environment.
|
static ClassLoader |
TestClassesUtil.createTestClassLoader(PlatformConfig platformConfig,
ClassLoader parent) |
protected abstract TestClassesUtil |
TestClassesUtilBaseTest.createTestClassUtil(PlatformConfig platformConfig) |
protected TestClassesUtil |
TestClassesUtilTest.createTestClassUtil(PlatformConfig platformConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected PlatformConfig |
YTypeSystemSource.getPlatformConfig() |
| Constructor and Description |
|---|
YTypeSystemSource(PlatformConfig cfg,
YTypeSystemHandler loader,
OverridenItemsXml overridenItemsXml) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<ExtensionInfo,File> |
HJMPGenerator.createTargetDirectories(PlatformConfig cfg) |
protected static YTypeSystem |
HJMPGenerator.parseDeployments(PlatformConfig cfg,
String extensionName) |
| Constructor and Description |
|---|
HJMPGenerator(PlatformConfig cfg,
String extensionName)
Creates a new instance of HJMPGenerator
|
HJMPGenerator(PlatformConfig cfg,
YTypeSystem system) |
| Modifier and Type | Method and Description |
|---|---|
static PlatformConfig |
Utilities.getPlatformConfig()
Returns all platform extensions info in their compile order - for bootstrap purposes.
|
| Constructor and Description |
|---|
CoreUtilities(PlatformConfig config,
boolean standaloneMode,
int clusterNode) |
Copyright © 2017 SAP SE. All Rights Reserved.