Class EssentialDataFile
java.lang.Object
de.hybris.platform.integrationservices.util.impex.EssentialDataFile
Essential data in a separate impex file that is present on the application classpath.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEssentialDataFile(String path) Instantiates this essential data file -
Method Summary
-
Field Details
-
filePath
-
-
Constructor Details
-
EssentialDataFile
Instantiates this essential data file- Parameters:
path- a path to the impex file resource on the application classpath
-
-
Method Details
-
loadData
public void loadData()Loads data present in this essential data file into the system.- Throws:
RuntimeException- if import of the data failed.
-
cleanData
public abstract void cleanData()Deletes all data loaded into the system from this file -
hashCode
public int hashCode() -
equals
-
toString
-