Uses of Class
de.hybris.bootstrap.config.PlatformConfig
Packages that use PlatformConfig
Package
Description
-
Uses of PlatformConfig in de.hybris.ant.taskdefs
Methods in de.hybris.ant.taskdefs that return PlatformConfigModifier and TypeMethodDescriptionstatic PlatformConfigPlatformConfigAntUtils.getOrLoadPlatformConfig(org.apache.tools.ant.Task antTask) Constructors in de.hybris.ant.taskdefs with parameters of type PlatformConfigModifierConstructorDescriptionExtensionTomcatContextInfoProvider(org.apache.tools.ant.Project project, PlatformConfig platformConfig) -
Uses of PlatformConfig in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return PlatformConfigMethods in de.hybris.bootstrap.codegenerator with parameters of type PlatformConfigConstructors in de.hybris.bootstrap.codegenerator with parameters of type PlatformConfig -
Uses of PlatformConfig in de.hybris.bootstrap.config
Methods in de.hybris.bootstrap.config that return PlatformConfigModifier and TypeMethodDescriptionstatic PlatformConfigPlatformConfig.getInstance(SystemConfig config) static PlatformConfigConfigUtil.getPlatformConfig(Class clazz) protected PlatformConfigTenantsInfoLoader.getPlatformConfig()Methods in de.hybris.bootstrap.config with parameters of type PlatformConfigModifier and TypeMethodDescriptionstatic Collection<String>ConfigUtil.loadInstalledTenantIDsFromConfig(PlatformConfig platformConfig) static voidConfigUtil.loadRuntimeProperties(Properties props, PlatformConfig platformConfig) Constructors in de.hybris.bootstrap.config with parameters of type PlatformConfigModifierConstructorDescriptionExtensionInfo(PlatformConfig extensionsXML, 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 PlatformConfigModifierConstructorDescriptionDatabaseModelGenerator(YTypeSystem typeSystem, DatabaseSettings databaseSettings, DbTypeSystem dbTypeSystem, PlatformConfig platformConfig, String tenantId) DatabaseModelGenerator(YTypeSystem typeSystem, DatabaseSettings databaseSettings, DbTypeSystem dbTypeSystem, PlatformConfig platformConfig, String tenantId, PropertiesLoader properties) HybrisSchemaGenerator(PlatformConfig platformConfig, PropertiesLoader propertiesLoader, DataSourceCreator dataSourceCreator, boolean dryRun, String tenantId) HybrisSchemaGenerator(PlatformConfig platformConfig, PropertiesLoader propertiesLoader, DataSourceCreator dataSourceCreator, DbTypeSystemProvider dbTypeSystemProvider, OverridenItemsXml overridenItemsXml, boolean dryRun, String tenantId) StandalonePropertiesLoader(PlatformConfig platformConfig, String tenantId) -
Uses of PlatformConfig in de.hybris.bootstrap.loader
Methods in de.hybris.bootstrap.loader with parameters of type PlatformConfigModifier and TypeMethodDescriptionstatic ClassLoaderHybrisClasspathBuilder.applyClasspathToClassloader(PlatformConfig platformConfig, ClassLoader parentClassLoader) static org.apache.tools.ant.AntClassLoaderHybrisClasspathBuilder.getAntClassLoader(PlatformConfig platformConfig) HybrisClasspathBuilder.getClassPathAsList(PlatformConfig platformConfig) static StringHybrisClasspathBuilder.getClassPathAsString(PlatformConfig platformConfig) final URL[]PlatformInPlaceClassLoader.getInPlaceURLs(PlatformConfig config, String additionalClasspath) Constructors in de.hybris.bootstrap.loader with parameters of type PlatformConfigModifierConstructorDescriptionPlatformInPlaceClassLoader(PlatformConfig platformConfig, String additionalClasspath, ClassLoader parent, boolean noteAboutStartup) PlatformInPlaceClassLoader(PlatformConfig platformConfig, String additionalClasspath, ClassLoader parent, boolean noteAboutStartup, boolean isForWeb) -
Uses of PlatformConfig in de.hybris.bootstrap.testclasses
Methods in de.hybris.bootstrap.testclasses with parameters of type PlatformConfigModifier and TypeMethodDescriptionstatic 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 ClassLoaderTestClassesUtil.createTestClassLoader(PlatformConfig platformConfig, 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 PlatformConfigMethods in de.hybris.bootstrap.typesystem with parameters of type PlatformConfigModifier and TypeMethodDescriptionbooleanYDeployment.isAuditingEnabled(PlatformConfig platformConfig) Deprecated, for removal: This API element is subject to removal in a future version.booleanYDeployment.isAuditingEnabled(PlatformConfig platformConfig, String tenantId) Checks whether auditing is enabled for particular tenant.Constructors in de.hybris.bootstrap.typesystem with parameters of type PlatformConfigModifierConstructorDescriptionYTypeSystemSource(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 PlatformConfigModifier and TypeMethodDescriptionprotected Map<ExtensionInfo,File> HJMPGenerator.createTargetDirectories(PlatformConfig cfg) protected static YTypeSystemHJMPGenerator.parseDeployments(PlatformConfig cfg, String extensionName) Constructors in de.hybris.platform.persistence.hjmpgen with parameters of type PlatformConfigModifierConstructorDescriptionHJMPGenerator(PlatformConfig cfg, YTypeSystem system) HJMPGenerator(PlatformConfig cfg, String extensionName) Creates a new instance of HJMPGenerator -
Uses of PlatformConfig in de.hybris.platform.util
Methods in de.hybris.platform.util that return PlatformConfigModifier and TypeMethodDescriptionstatic PlatformConfigUtilities.getPlatformConfig()Returns all platform extensions info in their compile order - for bootstrap purposes.Constructors in de.hybris.platform.util with parameters of type PlatformConfigModifierConstructorDescriptionCoreUtilities(PlatformConfig config, boolean standaloneMode, int clusterNode)
YDeployment.isAuditingEnabled(PlatformConfig, String)