Uses of Interface
com.hybris.datahub.core.services.impl.FragmentReader
-
Packages that use FragmentReader Package Description com.hybris.datahub.core.services.impl -
-
Uses of FragmentReader in com.hybris.datahub.core.services.impl
Classes in com.hybris.datahub.core.services.impl that implement FragmentReader Modifier and Type Class Description classDefaultFragmentReaderDefault implementation of the FragmentReader interface.Methods in com.hybris.datahub.core.services.impl that return FragmentReader Modifier and Type Method Description protected FragmentReaderDataHubImpExResourceFactory. getFragmentReader()Retrieves the fragment reader to be used by this factory for reading the ImpEx script.Methods in com.hybris.datahub.core.services.impl with parameters of type FragmentReader Modifier and Type Method Description voidDataHubImpExResourceFactory. setFragmentReader(FragmentReader r)Specifies a reader to use for reading the ImpEx script.
-