Javadoc only
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2342 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
9a9f4c1354
commit
b2781bda3f
@ -61,12 +61,17 @@ public interface ImportingParser {
|
||||
*
|
||||
* @param project
|
||||
* @param metadata
|
||||
* @param job
|
||||
* @param fileRecords
|
||||
* @param format
|
||||
* @param limit maximum number of rows to create
|
||||
* @param options custom options put together by the UI corresponding to this parser,
|
||||
* which the parser should understand
|
||||
* @param limit
|
||||
* maximum number of rows to create
|
||||
* @param options
|
||||
* custom options put together by the UI corresponding to this
|
||||
* parser, which the parser should understand
|
||||
* @param exceptions
|
||||
* list of exceptions thrown during the parse. Expects an empty
|
||||
* List as input to which it can append new Exceptions thrown
|
||||
*/
|
||||
public void parse(
|
||||
Project project,
|
||||
|
Loading…
Reference in New Issue
Block a user