Class EssentialDataFile
- java.lang.Object
-
- de.hybris.platform.integrationservices.util.impex.EssentialDataFile
-
public abstract class EssentialDataFile extends java.lang.ObjectEssential data in a separate impex file that is present on the application classpath.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfilePath
-
Constructor Summary
Constructors Modifier Constructor Description protectedEssentialDataFile(java.lang.String path)Instantiates this essential data file
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidcleanData()Deletes all data loaded into the system from this filebooleanequals(java.lang.Object obj)inthashCode()voidloadData()Loads data present in this essential data file into the system.java.lang.StringtoString()
-
-
-
Method Detail
-
loadData
public void loadData()
Loads data present in this essential data file into the system.- Throws:
java.lang.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()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-