Uses of Class
de.hybris.bootstrap.config.PlatformConfig
-
-
Uses of PlatformConfig in de.hybris.ant.taskdefs
Methods in de.hybris.ant.taskdefs that return PlatformConfig Modifier and Type Method Description static PlatformConfig
PlatformConfigAntUtils. getOrLoadPlatformConfig(org.apache.tools.ant.Task antTask)
Constructors in de.hybris.ant.taskdefs with parameters of type PlatformConfig Constructor Description ExtensionTomcatContextInfoProvider(org.apache.tools.ant.Project project, PlatformConfig platformConfig)
-
Uses of PlatformConfig in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return PlatformConfig Modifier and Type Method Description PlatformConfig
CodeGenerator. getPlatformConfig()
Methods in de.hybris.bootstrap.codegenerator with parameters of type PlatformConfig Modifier and Type Method Description static void
CodeGenerator. generate(PlatformConfig cfg)
Constructors in de.hybris.bootstrap.codegenerator with parameters of type PlatformConfig Constructor Description CodeGenerator(PlatformConfig cfg)
CodeGenerator(PlatformConfig cfg, YTypeSystemHandler loader)
-
Uses of PlatformConfig in de.hybris.bootstrap.config
Methods in de.hybris.bootstrap.config that return PlatformConfig Modifier and Type Method Description static PlatformConfig
PlatformConfig. getInstance(SystemConfig config)
static PlatformConfig
ConfigUtil. getPlatformConfig(java.lang.Class clazz)
protected PlatformConfig
TenantsInfoLoader. getPlatformConfig()
Methods in de.hybris.bootstrap.config with parameters of type PlatformConfig Modifier and Type Method Description static java.util.Collection<java.lang.String>
ConfigUtil. loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig)
static void
ConfigUtil. loadRuntimeProperties(java.util.Properties props, PlatformConfig platformConfig)
protected static void
ConfigUtil. updateOverwrittenExtensionProperties(java.util.Properties props, PlatformConfig platformConfig)
Constructors in de.hybris.bootstrap.config with parameters of type PlatformConfig Constructor Description ExtensionInfo(PlatformConfig extensionsXML, java.io.File configFile, boolean isCoreExtension)
TenantsInfoLoader(PlatformConfig platformConfig)
-
Uses of PlatformConfig in de.hybris.bootstrap.ddl
Constructors in de.hybris.bootstrap.ddl with parameters of type PlatformConfig Constructor 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, java.lang.String tenantId)
-
Uses of PlatformConfig in de.hybris.bootstrap.loader
Methods in de.hybris.bootstrap.loader with parameters of type PlatformConfig Modifier and Type Method Description static java.lang.ClassLoader
HybrisClasspathBuilder. applyClasspathToClassloader(PlatformConfig platformConfig, java.lang.ClassLoader parentClassLoader)
static org.apache.tools.ant.AntClassLoader
HybrisClasspathBuilder. getAntClassLoader(PlatformConfig platformConfig)
static java.util.List<java.io.File>
HybrisClasspathBuilder. getClassPathAsList(PlatformConfig platformConfig)
static java.lang.String
HybrisClasspathBuilder. getClassPathAsString(PlatformConfig platformConfig)
java.net.URL[]
PlatformInPlaceClassLoader. getInPlaceURLs(PlatformConfig config, java.lang.String additionalClasspath)
Constructors in de.hybris.bootstrap.loader with parameters of type PlatformConfig Constructor Description PlatformInPlaceClassLoader(PlatformConfig platformConfig, java.lang.String additionalClasspath, java.lang.ClassLoader parent, boolean noteAboutStartup)
-
Uses of PlatformConfig in de.hybris.bootstrap.testclasses
Methods in de.hybris.bootstrap.testclasses with parameters of type PlatformConfig Modifier and Type Method Description static void
TestClassesUtil. addTestSrcFoldersToClassPath(PlatformConfig platformConfig, groovy.lang.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 java.lang.ClassLoader
TestClassesUtil. createTestClassLoader(PlatformConfig platformConfig, java.lang.ClassLoader parent)
protected abstract TestClassesUtil
TestClassesUtilBaseTest. createTestClassUtil(PlatformConfig platformConfig)
protected TestClassesUtil
TestClassesUtilTest. createTestClassUtil(PlatformConfig platformConfig)
-
Uses of PlatformConfig in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return PlatformConfig Modifier and Type Method Description protected PlatformConfig
YTypeSystemSource. getPlatformConfig()
Methods in de.hybris.bootstrap.typesystem with parameters of type PlatformConfig Modifier and Type Method Description boolean
YDeployment. isAuditingEnabled(PlatformConfig platformConfig)
Constructors in de.hybris.bootstrap.typesystem with parameters of type PlatformConfig Constructor Description YTypeSystemSource(PlatformConfig cfg, YTypeSystemHandler loader, OverridenItemsXml overridenItemsXml)
-
Uses of PlatformConfig in de.hybris.platform.persistence.hjmpgen
Methods in de.hybris.platform.persistence.hjmpgen with parameters of type PlatformConfig Modifier and Type Method Description protected java.util.Map<ExtensionInfo,java.io.File>
HJMPGenerator. createTargetDirectories(PlatformConfig cfg)
protected static YTypeSystem
HJMPGenerator. parseDeployments(PlatformConfig cfg, java.lang.String extensionName)
Constructors in de.hybris.platform.persistence.hjmpgen with parameters of type PlatformConfig Constructor Description HJMPGenerator(PlatformConfig cfg, YTypeSystem system)
HJMPGenerator(PlatformConfig cfg, java.lang.String extensionName)
Creates a new instance of HJMPGenerator -
Uses of PlatformConfig in de.hybris.platform.util
Methods in de.hybris.platform.util that return PlatformConfig Modifier and Type Method Description static PlatformConfig
Utilities. getPlatformConfig()
Returns all platform extensions info in their compile order - for bootstrap purposes.Constructors in de.hybris.platform.util with parameters of type PlatformConfig Constructor Description CoreUtilities(PlatformConfig config, boolean standaloneMode, int clusterNode)
-