Package com.google.refine.model.changes
Class MassReconChange
java.lang.Object
com.google.refine.model.changes.MassReconChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic Changeload(LineNumberReader reader, Pool pool) protected static voidloadRecons(LineNumberReader reader, Pool pool, Map<Long, Recon> recons, String countString) voidvoidsave(Writer writer, Properties options) protected voidswitchRecons(Project project, Map<Long, Recon> reconMap) protected voidwriteRecons(Writer writer, Properties options, Map<Long, Recon> recons, String key)
-
Field Details
-
_newRecons
-
_oldRecons
-
-
Constructor Details
-
MassReconChange
-
-
Method Details
-
apply
-
revert
-
switchRecons
-
save
- Specified by:
savein interfaceChange- Throws:
IOException
-
writeRecons
protected void writeRecons(Writer writer, Properties options, Map<Long, Recon> recons, String key) throws IOException- Throws:
IOException
-
load
- Throws:
Exception
-
loadRecons
protected static void loadRecons(LineNumberReader reader, Pool pool, Map<Long, Recon> recons, String countString) throws Exception- Throws:
Exception
-