Uses of Class
de.hybris.platform.core.initialization.SystemSetup.Process
-
Packages that use SystemSetup.Process Package Description de.hybris.platform.core.initialization -
-
Uses of SystemSetup.Process in de.hybris.platform.core.initialization
Methods in de.hybris.platform.core.initialization that return SystemSetup.Process Modifier and Type Method Description SystemSetup.ProcessSystemSetupCollectorResult. getProcess()If the method has aSystemSetup.Processattribute, it will be returned.SystemSetup.ProcessSystemSetupContext. getProcess()SystemSetup.Processprocess()The default value parameterprocessis ALL.static SystemSetup.ProcessSystemSetup.Process. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemSetup.Process[]SystemSetup.Process. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.core.initialization with parameters of type SystemSetup.Process Constructor Description SystemSetupContext(java.util.Map<java.lang.String,java.lang.String[]> parameterMap, SystemSetup.Type type, SystemSetup.Process process, java.lang.String extensionName)
-