Class ClasspathImpExResource
java.lang.Object
de.hybris.platform.servicelayer.impex.impl.ClasspathImpExResource
- All Implemented Interfaces:
ImpExResource
Implementation which lets you provide an impex resource via a classpath resource.
- Since:
- 4.3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMedia()Gets the impex media created by this resource.voidSets a code for the resource.
-
Constructor Details
-
ClasspathImpExResource
-
-
Method Details
-
getMedia
Description copied from interface:ImpExResourceGets the impex media created by this resource.- Specified by:
getMediain interfaceImpExResource- Returns:
- impex media
-
setCode
Sets a code for the resource.- Parameters:
code- code for resource
-