Class 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.String IMPORT_PROCESSOR
      Bean identifier for a regular de.hybris.platform.impex.impl.DefaultModelImportProcessor *
      static java.lang.String MULTITHREADED_IMPORT_PROCESSOR
      Bean identifier for a multithreaded de.hybris.platform.impex.impl.MultiThreadedImportModelProcessor *
    • Constructor Summary

      Constructors 
      Constructor Description
      Beans()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Beans

        public Beans()