Package com.google.refine.templating
Class Template.RowWritingVisitor
java.lang.Object
com.google.refine.templating.Template.RowWritingVisitor
- All Implemented Interfaces:
RecordVisitor,RowVisitor
- Enclosing class:
- Template
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleaninternalVisit(Project project, int rowIndex, Row row) This method is modified for issue 3955 Issue link: https://github.com/OpenRefine/OpenRefine/issues/3955 The modification is to use the new variable totalRows instead of totalprotected booleaninternalVisit(Project project, Record record) voidbooleanbooleanprotected voidwriteValue(Object v) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.refine.browsing.RecordVisitor
visitMethods inherited from interface com.google.refine.browsing.RowVisitor
visit
-
Field Details
-
limit
protected final int limit -
writer
-
bindings
-
total
public int total -
totalRows
public int totalRows
-
-
Constructor Details
-
RowWritingVisitor
-
-
Method Details
-
start
- Specified by:
startin interfaceRecordVisitor- Specified by:
startin interfaceRowVisitor
-
end
- Specified by:
endin interfaceRecordVisitor- Specified by:
endin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRecordVisitor
-
writeValue
- Throws:
IOException
-
internalVisit
This method is modified for issue 3955 Issue link: https://github.com/OpenRefine/OpenRefine/issues/3955 The modification is to use the new variable totalRows instead of total -
internalVisit
-