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 PlatformConfigPlatformConfigAntUtils. 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 PlatformConfigCodeGenerator. getPlatformConfig()Methods in de.hybris.bootstrap.codegenerator with parameters of type PlatformConfig Modifier and Type Method Description static voidCodeGenerator. 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 PlatformConfigPlatformConfig. getInstance(SystemConfig config)static PlatformConfigConfigUtil. getPlatformConfig(java.lang.Class clazz)protected PlatformConfigTenantsInfoLoader. 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 voidConfigUtil. loadRuntimeProperties(java.util.Properties props, PlatformConfig platformConfig)protected static voidConfigUtil. 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, java.lang.String tenantId)HybrisSchemaGenerator(PlatformConfig platformConfig, PropertiesLoader propertiesLoader, DataSourceCreator dataSourceCreator, boolean dryRun, java.lang.String tenantId)HybrisSchemaGenerator(PlatformConfig platformConfig, PropertiesLoader propertiesLoader, DataSourceCreator dataSourceCreator, DbTypeSystemProvider dbTypeSystemProvider, OverridenItemsXml overridenItemsXml, boolean dryRun, java.lang.String tenantId)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.ClassLoaderHybrisClasspathBuilder. applyClasspathToClassloader(PlatformConfig platformConfig, java.lang.ClassLoader parentClassLoader)static org.apache.tools.ant.AntClassLoaderHybrisClasspathBuilder. getAntClassLoader(PlatformConfig platformConfig)static java.util.List<java.io.File>HybrisClasspathBuilder. getClassPathAsList(PlatformConfig platformConfig)static java.lang.StringHybrisClasspathBuilder. 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)PlatformInPlaceClassLoader(PlatformConfig platformConfig, java.lang.String additionalClasspath, java.lang.ClassLoader parent, boolean noteAboutStartup, boolean isForWeb) -
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 voidTestClassesUtil. addTestSrcFoldersToClassPath(PlatformConfig platformConfig, groovy.lang.GroovyClassLoader ret)static TestClassesUtilTestClassesUtil. createBootstrapInstance(PlatformConfig platformConfig)Constructs an instance in the bootstrap environment.static TestClassesUtilTestClassesUtil. createInstance(PlatformConfig platformConfig, PlatformInPlaceClassLoader inPlaceClassLoader)static TestClassesUtilTestClassesUtil. createIntegrationInstance(PlatformConfig platformConfig)Constructs an instance in the integrated environment.static java.lang.ClassLoaderTestClassesUtil. createTestClassLoader(PlatformConfig platformConfig, java.lang.ClassLoader parent)protected abstract TestClassesUtilTestClassesUtilBaseTest. createTestClassUtil(PlatformConfig platformConfig)protected TestClassesUtilTestClassesUtilTest. 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 PlatformConfigYTypeSystemSource. getPlatformConfig()Methods in de.hybris.bootstrap.typesystem with parameters of type PlatformConfig Modifier and Type Method Description booleanYDeployment. isAuditingEnabled(PlatformConfig platformConfig)Deprecated, for removal: This API element is subject to removal in a future version.booleanYDeployment. isAuditingEnabled(PlatformConfig platformConfig, java.lang.String tenantId)Checks whether auditing is enabled for particular tenant.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 YTypeSystemHJMPGenerator. 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 PlatformConfigUtilities. 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)
-