Class ImpExConstants.Beans
- java.lang.Object
-
- de.hybris.platform.impex.constants.ImpExConstants.Beans
-
- Enclosing class:
- ImpExConstants
public static final class ImpExConstants.Beans extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMPORT_PROCESSORBean identifier for a regular de.hybris.platform.impex.impl.DefaultModelImportProcessor *static java.lang.StringMULTITHREADED_IMPORT_PROCESSORBean identifier for a multithreaded de.hybris.platform.impex.impl.MultiThreadedImportModelProcessor *
-
Constructor Summary
Constructors Constructor Description Beans()
-
-
-
Field Detail
-
IMPORT_PROCESSOR
public static final java.lang.String IMPORT_PROCESSOR
Bean identifier for a regular de.hybris.platform.impex.impl.DefaultModelImportProcessor *- See Also:
- Constant Field Values
-
MULTITHREADED_IMPORT_PROCESSOR
public static final java.lang.String MULTITHREADED_IMPORT_PROCESSOR
Bean identifier for a multithreaded de.hybris.platform.impex.impl.MultiThreadedImportModelProcessor *- See Also:
- Constant Field Values
-
-